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

https://github.com/s1ntaxe770r/the-man


https://github.com/s1ntaxe770r/the-man

bootstrap4 flask flask-sqlchemy

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

## make sure you have virtualenv installed if not ` pip3 install virtualenv`

- clone the repo
- navigate to the project folder and activate the virtual enviroment using:
- `source env/bin/activate` for unix based systems ` \env\scripts\activate` for windows
- run ` pip install -r requirements.txt ` to install dependencies

- run the app ` python app.py `

- navigate to `127.0.0.1:5000` to view the app