https://github.com/el634dev/bew-1.2-events-homework
https://github.com/el634dev/bew-1.2-events-homework
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/el634dev/bew-1.2-events-homework
- Owner: el634dev
- Created: 2024-02-08T20:18:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T23:22:51.000Z (over 2 years ago)
- Last Synced: 2025-01-30T10:30:29.808Z (over 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Events App
To run this code, start by cloning this repository to your computer. Then in a terminal, navigate to the project folder.
To install dependencies, run:
```
pip3 install -r requirements.txt
```
Then rename the `.env.example` file as `.env`:
```
cp .env.example .env
```
Then you can run the server:
```
python3 app.py
```