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

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

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
```