This backend is compound with one requisitions type.
Here, i used a Axios in order to facilitate synchronous requisition. The data base used is Mongo Db.
For instalation of all dependencies located on package.json, go to cmd and run code below
yarn install
After all dependecies installed
To run
yarn dev
You must configurate a javascript .env
file with your Mongo Atlas "USER" and "PASSWORD".
Author - Rocketseat
programmer - Lutero Elavoco - luteroelavoco90@gmail.com
- Fork it (https://github.com/cientista1/findDevBackend)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request