Skip to content

nelsonwenner/ecoleta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ecoleta

A technological method for trash collection

A application developed at Next Level Week promoted by Rocketseat

GitHub language count Made by @nelsonwenner License Stargazers

🚀 Technologies

🔌 Prerequisites

ℹ️ Getting Started

  1. Fork this repository and clone it on your machine.
  2. Change the directory to ecoleta where you cloned it.

🔐 Getting started the API Restful backend

/* After clone this repo, enter in the API folder */
$ cd backend

/* Create `.env` of the system */
$ cp .env.example .env

/* Install dependencies */
$ npm install

/* Run the migrations and seeds */
$ npm run knex:migrate && npm run knex:seed

/* Run the development server /*
$ npm run dev

💻 Getting started the web application

/* After clone this repo, enter in the Web folder */
$ cd frontend

/* Create `.env` of the system */
$ cp .env.example .env

/* Install dependencies */
$ npm install

# Run the project
$ npm start

📝 License

This project is under the MIT license. See the LICENSE for more information.