Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Diwakar-Gupta authored Dec 19, 2023
1 parent f941064 commit fd8889e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,26 @@ flake8 .

## Setup

### Using python.

Make sure that you have +python3.8 installed.

```bash
pip install -r ./requirements.txt
```

For sure you will get some errors after running above step fix those and then continue.

```bash
python manage.py makemigrations
python manage.py makemigrations attendance
python manage.py migrate
python manage.py runserver
```

After that you have to create superuser and create some dummy data.
Dummy data can be created using django Fixtures if you are interested raise a PR for that.

### To build an image.
```bash
docker build -t attendance-backend .
Expand Down

0 comments on commit fd8889e

Please sign in to comment.