About | Technologies | Tools | Installation | License
RotaPedal is a platform focused on offering services to cyclists. The project arises from a partnership with the municipality of Cerquilho by Gabriel Maia.
The following software must be installed:
$ git clone https://github.com/gabrielmaialva33/rotapedal.git
- 📦 API
$ cd server
# Dependencies install.
$ yarn # or npm install
# Data base creation.
$ yarn typeorm migration:run # or npm run typeorm migration:run
# API start
$ yarn start # or npm start
- 💻 Web app
$ cd web
# Dependencies install.
$ yarn # or npm install
# Running web app
$ yarn start # or npm start
- 📱 Mobile app
$ cd mobile
# Dependencies install.
$ yarn # or npm install
# Running mobile app
$ yarn start # or npm start
This project is under the MIT license. MIT ❤️
Liked? Leave a little star to help the project ⭐