Api for a meeting system about tech and development
- Install depends
Yarn install
docker run --name database_school -e POSTGRES_PASSWORD=docker -e POSTGRES_DB=school -p 5432:5432 -d postgres
Insomnia
- To download Insomnia
- In insomnia you must to ckick import/Export->Import Data
- Import de archive
api_school/Insomnia-school.json
Run the migrations
yarn migrate
docker run --name mongo_school -p 27017:27017 -d -t mongo
- Fix ESLint
yarn eslint --fix src --ext .js
yarn dev
- This api was made on TDD (test driven development) with Jest.js
yarn test
http://localhost:3333/api-docs/
** By DouglasPorto **