https://github.com/srikanthccv/alibaba-codechef-hackathon
Flask app code for Codechef and Alibaba Hackathon
https://github.com/srikanthccv/alibaba-codechef-hackathon
api hackathon python
Last synced: about 1 year ago
JSON representation
Flask app code for Codechef and Alibaba Hackathon
- Host: GitHub
- URL: https://github.com/srikanthccv/alibaba-codechef-hackathon
- Owner: srikanthccv
- Created: 2019-02-16T17:51:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:43:15.000Z (about 5 years ago)
- Last Synced: 2025-03-25T03:35:12.008Z (over 1 year ago)
- Topics: api, hackathon, python
- Language: Python
- Size: 453 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jack Jack
## Getting Started
App built using Codechef API, Alibaba Cloud resourses and some dedication
### Prerequisites
Before running the application we need to have these installed
```
python3.5 +
python3-pip
pymongo
```
### Installing
A step by step series of examples that tell you how to get a development env running
Install pip
```
apt-get install python3-pip
```
Install pymongo
```
apt-get install python-pymongo
```
install dependencies
```
python3 -m pip install -r requirements.txt
```
In case if you get error running the app we need to modify flask_oauth.py as mentiond in
presentation
End with an example of getting some data out of the system or using it for a little demo
## Deployment
After installing all prerequisites run
```
python3 app.py
```
## Built With
* [Flask](http://flask.pocoo.org/) - The web framework used
* [Bootstrap](https://getbootstrap.com/) - For user interfaces
* [ApsaraDB](http://https://www.alibabacloud.com/) - Alibaba ApsaraDB for MongoDB
* [ECS](http://https://www.alibabacloud.com/) - Alibaba ECS for hosting Flask App
## Authors
* Srikanth Chekuri, D Chenna Raidu
## Video
App: https://goo.gl/WdHXxK
## Acknowledgments
* Thanks to people at CodeChef and Alibaba Cloud for this amazing hackathon