Stop Analyzing is a tool that uses Tinder like interaction to help your customers make up their mind when choosing something that has lot of options, like a product of an e-commerce. Check this repo for more details and this issue explains how this idea was born. Stop Analyzing API has the core functions to make it happen.
This project follows the Poppins manifesto guidelines as part of it's community principles and policies, focusing all the decisions and interactions on providing open source beginners mentorship with real and relevant experiences, respecting each learning pace, background experience, academic formation, questions, suggestions, doubts and opinion.
So, let's start contributing! Open an issue asking for a task to be done by you. A mentor/maintainer will come and provide a technical overview of the project and what are the possibles ways of contributing to the project. You will discuss the options and a suitable issue will be assigned or created to you.
That's it. Just make yourself at home and good luck!
This project includes pre-commit git hooks that make sure the code you commit is valid. In order to use them, you should rewire the default git hooks folder in your local repository by running (only once)
git config core.hooksPath githooks
To generate the database and the go class to handle the connection run the migration tool:
- Start database and pgadmin using the command
docker-compose up -d postgres pgadmin
- At the scripts/prisma folder run the generate.sh file using the command
sh generate.sh
- Your database is started and the tables are generated
To build stop-analyzing-api run the below code at the project root folder to run with Docker (suggested):
docker-compose build
To run stop-analyzing-api run the below code at the project root folder:
$ docker-compose up stop-analyzing-api
To build stop-analyzing-api environment execute the bash script below at the project root folder:
$ local_build.sh
Execute the Go command bellow at the project root folder:
$ DATABASE_URL=postgresql://user2020:pass2020@localhost:5432/stop-analyzing-api go run main.go
- First Contributions Repository: Help beginners to contribute to open source projects
- Contribute to this Project: This is for absolute beginners. If you know how to write and edit an anchor tag then you should be able to do it.
- Contribute to open source: Learn the GitHub workflow by contributing code in a fun simulation project