Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielmaialva33/rotapedal

Plataforma para auxiliar os ciclistas da cidade de Cerquilho na prática esportiva, facilitando os acessos dos mesmos sobre as possíveis rotas da cidade.
https://github.com/gabrielmaialva33/rotapedal

bike ciclismo editorconfig eslint express javascript maps migration node postgresql prettier react routes routes-api typeorm typescript

Last synced: 2 days ago
JSON representation

Plataforma para auxiliar os ciclistas da cidade de Cerquilho na prática esportiva, facilitando os acessos dos mesmos sobre as possíveis rotas da cidade.

Awesome Lists containing this project

README

        


RotaPedal



Sistema web No
Server Ok
Aplicativo mobile No
License


GitHub top language
GitHub language count
Repository size

GitHub last commit
Made by Maia




English
·
Portuguese


About   |   
Technologies   |   
Tools   |   
Installation   |   
License



Screens

## :bookmark: About

**RotaPedal** is a platform focused on offering services to cyclists. The project arises from a partnership with **the municipality of Cerquilho** by **[Gabriel Maia](https://github.com/gabrielmaialva33)**.


## :computer: Technologies

- **[Typescript](https://www.typescriptlang.org/)**
- **[Node.js](https://nodejs.org/)**
- **[Express](https://expressjs.com/)**
- **[TypeORM](https://typeorm.io/#/)**
- **[PostgreSQL](https://www.postgresql.org/)**
- **[ReactJS](https://reactjs.org/)**
- **[React Native](http://facebook.github.io/react-native/)**
- **[Expo](https://expo.io/)**
- **[Axios](https://github.com/axios/axios)**


## :wrench: Tools

- **[VisualStudio Code](https://code.visualstudio.com/)**
- **[Insomnia](https://insomnia.rest/)**
- **[Google Chrome](https://www.google.com/chrome/)**
- **[DataGrip](https://www.jetbrains.com/pt-br/datagrip/)**


## :package: Installation

### :heavy_check_mark: **Prerequisites**

The following software must be installed:

- **[Node.js](https://nodejs.org/en/)**
- **[Git](https://git-scm.com/)**
- **[NPM](https://www.npmjs.com/)** or **[Yarn](https://yarnpkg.com/)**
- **[Expo](https://expo.io/)**
- **[Expo App](https://play.google.com/store/apps/details?id=host.exp.exponent)**




### :arrow_down: **Cloning the repository**

```sh
$ git clone https://github.com/gabrielmaialva33/rotapedal.git
```


### :arrow_forward: **Running the applications**

- :package: API

```sh
$ 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
```

- :computer: Web app

```sh
$ cd web
# Dependencies install.
$ yarn # or npm install
# Running web app
$ yarn start # or npm start
```

- :iphone: Mobile app

```sh
$ cd mobile
# Dependencies install.
$ yarn # or npm install
# Running mobile app
$ yarn start # or npm start
```


## :memo: License

This project is under the **MIT** license. [MIT](./LICENSE) ❤️

Liked? Leave a little star to help the project ⭐