lucasmoreiradev / ecoleta

♻️ Recycle! Do your part!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ecoleta

Recycle! Do your part!


Frontend

🚀 Technologies

This project was developed with the following technologies:

💻 Project

Ecoleta is a project to help people find recycling collection points.

🤔 How to contribute

  • Make a fork;
  • Create a branck with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

🔥 How to install

# clone this repo

# to run the api
$ cd backend
$ yarn
$ yarn knex migrate:latest
$ yarn knex seed:run
$ yarn start

# to run frontend
$ cd frontend
$ yarn
$ yarn start

# to run mobile
$ cd mobile
$ yarn
$ yarn start

📝 License

This project is under the MIT license. See the LICENSE for details.

Lucas Moreira 👋 Get in touch!

About

♻️ Recycle! Do your part!

License:MIT License


Languages

Language:TypeScript 78.9%Language:CSS 15.1%Language:JavaScript 4.1%Language:HTML 2.0%