Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 1.48 KB

README.md

File metadata and controls

65 lines (51 loc) · 1.48 KB

Next Level Week #1 - Eco ♻️

📌 Technologies:

Backend

Frontend

Mobile

📲 Screens:

Mobile:

eco-mobile

📋 Usage:

Backend

cd server
npm install
npm install --production
npm run knex:migrations
npm run knex:seeds

Frontend

cd web
npm install
npm install --production
npm start

Mobile

cd mobile
npm install
npm install --production
npm start