Who's mine?
Report a Bug
·
Request a Feature
After starting GoStack, I decided that I had to proof my acknowledments for myself by doing something that uses everything that I learned: frameworks, libs, concepts, language. I picked up a college task and turned it bigger, applying everything I knew.
You will probably need to install Docker. You can do this by clicking here.
- Clone the repo
git clone https://github.com/gerjunior/secret-friend
- Go inside the api folder
cd api
- Install packages
yarn install
- Create a postgres and redis instance in docker
docker run --name postgres -e POSTGRES_PASSWORD=docker -p 5432:5432 postgres
docker run --name redis -p 6379:6379 -d -t redis:alpine
-
Create a new database for the project and configure the connection. Name it "secret-friend" PS: You can use DBeaver to create the database.
-
Create a new file inside the api folder named .env. Copy and paste the content of .env.example inside it.
-
Start the api
yarn dev:server
or
yarn start
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Project: https://github.com/gerjunior/secret-friend
- My GitHub: https://github.com/gerjunior
- LinkedIn: https://www.linkedin.com/in/gerjunior/