项目作者: pferreirafabricio

项目描述 :
♻ RESTFul API for Ecoleta Market Place made with NodeJS
高级语言: TypeScript
项目地址: git://github.com/pferreirafabricio/node-ecoletaApi.git
创建时间: 2020-06-03T00:08:27Z
项目社区:https://github.com/pferreirafabricio/node-ecoletaApi

开源协议:MIT License

下载


Background image of the project

Routes

  1. get: /items
  2. get: /points
  3. get: /points/:id
  4. 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.