/nlw-01-ecoleta

A project made during RocketSeat's Next Level Week.

Primary LanguageTypeScript

Next Level Week


Ecoleta

This project was made during RocketSeat's Next Level Week. Ecoleta aims to help people find recycling collection points and centers. This project was inspired by the International Environment Week.

Usage

Server

Initialize the server:

cd server
npm install
npm knex:migrate
npm knex:seed

Run the server using:

npm run dev

Web App

To initialize the app:

cd web
npm install

To start the app server:

npm start

Mobile App

cd mobile
npm install

To start the app server:

npm start