Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashikmeerankutty/apollo
- Owner: ashikmeerankutty
- Created: 2019-10-19T11:18:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T20:40:59.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T14:56:50.572Z (7 months ago)
- Topics: es6, javascript, react
- Language: JavaScript
- Homepage: https://apollo-project.surge.sh/
- Size: 660 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 keysStart the development server
```yarn start```
Build the project
```yarn build```