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

https://github.com/v0idzdev/consolewebsite

A website for a college project
https://github.com/v0idzdev/consolewebsite

Last synced: 4 months ago
JSON representation

A website for a college project

Awesome Lists containing this project

README

          

# ConsoleWebsite
A website for a college project

## Hosting
### Dependencies
* Python 3.10+
* Pip
* Git

### Instructions
Clone the repository
```bash
git clone https://github.com/v0idzdev/ConsoleWebsite.git
cd ConsoleWebsite
```
Switch to the `new` branch
```bash
git checkout new
```
Install requirements
```bash
pip install -r requirements.txt
```
Execute
```bash
python3 app.py
```