Skip to content

pferreirafabricio/node-ecoleta-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Background image of the project

Routes

get: /items
get: /points
get: /points/:id
post: /points

About

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:

Installing and Running

  1. Clone this repository git clone https://github.com/pferreirafabricio/node-ecoletaApi.git;
  2. Enter in the project's folder: cd node-ecoletaAPi
  3. Install all project's dependencies: $ npm install
  4. Run the migrations: $ npm run knex:migratet
  5. Run the seeds: $ npm run knex:seed
  6. Finally run the project: $ npm run dev😃

Contribute

  1. Fork this repository;
  2. Create a branch with your feature: git checkout -b my-feature
  3. Commit your changes: git commit -m 'feat: My new feature'
  4. Push your branch: git push origin my-feature

License

This project is under the MIT license. Take a look at the LICENSE file for more details.

About

♻ RESTFul API for Ecoleta Market Place made with NodeJS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published