https://github.com/rohanhacker/saitamabackend
one punch man
https://github.com/rohanhacker/saitamabackend
Last synced: 10 months ago
JSON representation
one punch man
- Host: GitHub
- URL: https://github.com/rohanhacker/saitamabackend
- Owner: Rohanhacker
- Created: 2017-05-16T13:47:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T03:15:05.000Z (about 9 years ago)
- Last Synced: 2025-08-05T04:26:11.437Z (12 months ago)
- Language: Python
- Size: 7.53 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#saitamaBackend
one punch man
## Instalation
First, clone this repository.
```
$ git clone https://github.com/Rohanhacker/saitamaBackend
```
```
$ cd saitamaBackend
```
Create a virtualenv, and activate this:
```
$ virtualenv env
$ source env/bin/activate
```
After, install all necessary to run:
```
$ pip install -r requirements.txt
```
Than, run the application:
```
$ python main.py
```
To see your application, access this url in your browser:
http://localhost:5000?q= 'your query'