Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coldbydefault/berich
Flask based Web-App (Databases, User Credentials and more many Features)
https://github.com/coldbydefault/berich
credentials css database flask-application html js responsive sqlite
Last synced: about 1 month ago
JSON representation
Flask based Web-App (Databases, User Credentials and more many Features)
- Host: GitHub
- URL: https://github.com/coldbydefault/berich
- Owner: ColdByDefault
- License: unlicense
- Created: 2024-06-02T07:24:14.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-09-08T16:37:07.000Z (4 months ago)
- Last Synced: 2024-09-08T18:32:06.380Z (4 months ago)
- Topics: credentials, css, database, flask-application, html, js, responsive, sqlite
- Language: Python
- Homepage: http://coldbydefault070.pythonanywhere.com/
- Size: 50.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README (2).md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## Getting Started on WINDOWS
### Prerequisites
Ensure you have Python 3.9 (or higher) and pip installed on your system.
### Setup
To set up the application locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/ColdByDefault/beRichPy.git
```
2. Navigate to the Project
```bash
cd beRich
```
3. Navigate into the project directory:
```bash
cd version_2.0
```
4. Activate the Env:
```bash
.\.venv\Scripts\activate
```
5. Install the required dependencies:
```bash
pip install -r requirements.txt
```
6. Navigate to config.py and add your secret key.
Alternatively, you can navigate to the secretkey folder and run the key generator script to generate a unique secret key.7. Run the application:
```bash
python run.py
```
After these steps, the web-app will be accessible at [http://127.0.0.1:5555/].