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

https://github.com/musleh0001/django-old-book-store


https://github.com/musleh0001/django-old-book-store

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# django-old-book-store :octocat: :bangladesh:
## Running the Project Locally

First, clone the repository to your local machine:

```bash
git clone git@github.com:musleh0001/django-old-book-store.git
```

Create the database:

```bash
python manage.py migrate
```

Finally, run the development server:

```bash
python manage.py runserver
```

The project will be available at **127.0.0.1:8000**.