- Fork the project to your repository
- Clone de project using:
git clone url/of/your/repository.com
- Install dependencies using:
npm i
- Create a branch with this format "feature_username"
- Start the project with:
npm run start:dev
- Code your contriobutions
- Commit changes
- Make pull request
- Await for review & approvement
- Install mongoDB
- Create a databse
- Create a .env file
- Copy and paste .env.example to your .env file and change "your_database_name" string with the name of the databse you created
LOCAL_DB_CONNECT="mongodb://localhost:27020/your_database_name"