https://github.com/s1ntaxe770r/the-man
https://github.com/s1ntaxe770r/the-man
bootstrap4 flask flask-sqlchemy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/s1ntaxe770r/the-man
- Owner: s1ntaxe770r
- Created: 2020-04-26T22:21:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T01:33:55.000Z (over 3 years ago)
- Last Synced: 2025-06-02T10:07:57.174Z (12 months ago)
- Topics: bootstrap4, flask, flask-sqlchemy
- Language: HTML
- Size: 6.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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