Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.