Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ashikmeerankutty/apollo

Apollo - Bus Route Generator Front End
https://github.com/ashikmeerankutty/apollo

es6 javascript react

Last synced: 17 days ago
JSON representation

Apollo - Bus Route Generator Front End

Awesome Lists containing this project

README

        

# Apollo Frontend

Frontend for Apollo Bus Route Generator

Developed as part of InOut 6.0 Hackathon

### Backend
Developed by Neel Kammat
- https://github.com/neelkamath/apollo-prototype

### Installation

Clone the repo

```git clone https://github.com/ashikmeerankutty/apollo.git```

Install packages

```yarn```

Add environment Variables

``` cp .env.sample .env```
- Add your own API keys

Start the development server

```yarn start```

Build the project

```yarn build```