Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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/].