♻ RESTFul API for Ecoleta Market Place made with NodeJS
get: /items
get: /points
get: /points/:id
post: /points
This project was developed to help people find places for waste collection points.
You can take a look in the web application and in the mobile application.
This project was built with:
git clone https://github.com/pferreirafabricio/node-ecoletaApi.git
;cd node-ecoletaAPi
$ npm install
$ npm run knex:migratet
$ npm run knex:seed
$ npm run dev
😃git checkout -b my-feature
git commit -m 'feat: My new feature'
git push origin my-feature
This project is under the MIT license. Take a look at the LICENSE file for more details.