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
- Host: GitHub
- URL: https://github.com/v0idzdev/consolewebsite
- Owner: v0idzdev
- License: mit
- Created: 2023-04-14T12:22:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T13:01:22.000Z (about 3 years ago)
- Last Synced: 2025-07-01T03:06:39.831Z (12 months ago)
- Language: HTML
- Size: 5.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```