attempt to reproduce running the app

This commit is contained in:
Kiara Grouwstra 2021-08-29 00:21:09 +02:00
parent 51050a362a
commit 0aff8c097e
2 changed files with 18 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# BIJ1 flyer app back-end
## Usage
First off ensure you have a recent version of [Python](https://www.python.org/) installed.
Then, run the following commands:
```bash
$ pip install -r requirements.txt
$ python manage.py startapp api
```

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
Django==3.2.6
djangorestframework==3.12.4
djangorestframework-simplejwt==4.8.0
PyMySQL==1.0.2
PyYAML==5.4.1