marceltn / NLW-1.0

Ecoleta - a platform to collect recycle stuffs in your neighborhood - Next Level Week from Rocketset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLW-1.0

Ecoleta - a marketplace to collect waste - Next Level Week from Rocketset

Server project

Set up

cd server
yarn install

yarn run db:migrate
yarn run db:seed # to run knex seed:run

Run application

cd server && yarn dev
cd web && yarn start
cd mobile && yarn start

Database commands

yarn run db # to run knex commands
yarn run db:up # to run knex migrate:up
yarn run db:down # to run knex migrate:down

About the Stack

In this project, I use the React JS on web project, React Native in mobile project and Node with express in server project

Future improvements

  • [] Include test
  • [] Dockernizer
  • [] Use environment variables for server uri and other configurations
  • [] Add production configurations

About

Ecoleta - a platform to collect recycle stuffs in your neighborhood - Next Level Week from Rocketset

License:MIT License


Languages

Language:TypeScript 82.1%Language:CSS 15.4%Language:HTML 2.2%Language:JavaScript 0.3%