Technologies | How To Use | License
🚀 Technologies
This project was developed with the following technologies:
Backend
Frontend
Mobile
ℹ️ How To Use
To clone and run this application, you'll need Git, Node.js v10.16 or higher + Yarn v1.13 or higher installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/melquisedecfelipe/ecoleta
# Go into the repository
$ cd ecoleta
# Go into the backend and install dependencies
$ cd backend && npm i
# Run migrations
$ npm run knex:migrate
# Run seeds
$ npm run knex:seed
# Run backend
$ npm run dev
# Go into the frontend and install dependencies
$ cd ../frontend && npm i
# Run frontend
$ npm start
# Go into the mobile and install dependencies
$ cd ../mobile && npm i
# Run app (ios)
$ npm run ios
# Run app (android)
$ npm run android
📝 License
This project is under the MIT license. See the LICENSE for more information.