https://github.com/musleh0001/django-old-book-store
https://github.com/musleh0001/django-old-book-store
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/musleh0001/django-old-book-store
- Owner: musleh0001
- Created: 2020-08-10T07:47:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T05:48:37.000Z (about 5 years ago)
- Last Synced: 2025-03-24T09:11:29.893Z (7 months ago)
- Language: HTML
- Size: 1.32 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-old-book-store :octocat: :bangladesh:
## Running the Project LocallyFirst, 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**.