Skip to content

Commit

Permalink
further improving README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush-iitkgp committed Sep 9, 2024
1 parent fc1fa9a commit e20f6de
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Project requires
2. pyenv
3. docker
4. docker-desktop
5. poetry (version 1.6.2)
5. poetry (version 1.6.1)

Install `pyenv` tool to manage python version.

Expand All @@ -35,6 +35,11 @@ First create a **.env** file and copy the configurations from [here]()
```bash
# via docker
docker compose up -d
docker-compose exec service bash
make create-migration
make migrate
make create-superuser
make run
```

The application is accessible at <http://localhost:8000>.
Expand Down Expand Up @@ -80,6 +85,6 @@ curl --location 'localhost:3000/v1/customer/create-password' \
}'
```

System Constraints:
### System Constraints:
1. Does not translate time tags at present
2. Can not translate text on the buttons

0 comments on commit e20f6de

Please sign in to comment.