get: /items
get: /points
get: /points/:id
post: /pointsThis 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:
- Clone this repository
git clone https://github.com/pferreirafabricio/node-ecoletaApi.git; - Enter in the project's folder:
cd node-ecoletaAPi - Install all project's dependencies:
$ npm install - Run the migrations:
$ npm run knex:migratet - Run the seeds:
$ npm run knex:seed - Finally run the project:
$ npm run dev😃
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature - Commit your changes:
git commit -m 'feat: My new feature' - Push your branch:
git push origin my-feature
This project is under the MIT license. Take a look at the LICENSE file for more details.
