Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save farhan-helmy/f3c15e8662bb8a098de13a269af82883 to your computer and use it in GitHub Desktop.
Save farhan-helmy/f3c15e8662bb8a098de13a269af82883 to your computer and use it in GitHub Desktop.
Renoz backend setup
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