Created
March 5, 2022 08:14
-
-
Save farhan-helmy/f3c15e8662bb8a098de13a269af82883 to your computer and use it in GitHub Desktop.
Renoz backend setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
requirements | |
node version 16.14 | |
npm version 8.4.1 | |
setup mongodb using docker (dont put password) | |
docker run -d -p 27017:27017 --name some-mongo \ | |
-e MONGO_INITDB_ROOT_USERNAME=mongoadmin \ | |
mongo | |
git clone https://github.com/farhan-helmy/renoz-backend | |
npm install | |
pm @farhan for dev.env and test.env | |
Seed data by running function seed | |
npm run dev | |
npm run test for testing | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment