Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kakshay21/hackathon3.0
Codeutsava NITR
https://github.com/kakshay21/hackathon3.0
dashboard django django-tastypie google-maps-api hackathon
Last synced: 13 days ago
JSON representation
Codeutsava NITR
- Host: GitHub
- URL: https://github.com/kakshay21/hackathon3.0
- Owner: kakshay21
- Created: 2017-11-29T05:39:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:54:59.000Z (about 2 years ago)
- Last Synced: 2024-11-11T11:04:30.349Z (2 months ago)
- Topics: dashboard, django, django-tastypie, google-maps-api, hackathon
- Language: Python
- Homepage:
- Size: 803 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hackathon3.0
## What this can do?
#### Visualizations
![alt text](https://github.com/kakshay21/Hackathon3.0/blob/master/images/Dashboard.png)
### Google Maps API
![alt text](https://github.com/kakshay21/Hackathon3.0/blob/master/images/user.png)
### Write reviews
![alt text](https://github.com/kakshay21/Hackathon3.0/blob/master/images/home.png)## Installation Guide
Create virtual environment and install dependencies
```
virtualenv env
source env/bin/activate
git clone https://github.com/kakshay21/Hackathon3.0
cd Hackathon3.0
pip install -r requirements.txt
```
Note : This is created on python2.7 but works with python3.6 too.