- Clone this repository
- Remeber to delete
.gitignoreand then rungit initto start your own git
- Run
yarnornpm installif you're using npm
sudo docker run --name postgresDatabase -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgres
sudo docker run --name mongoDatabase -p 27017:27017 -d -t mongo- Duplicate
.env.exampleto create.envand.env.testand put the variables there
-
Pre Setup Made
- JWT Authentication
- Yup validation
- Tests with Jests
-
Code Formatter
- Eslint
- Prettier
- Module import
@ - Import Helpers