https://github.com/musleh0001/django_simple_crud
https://github.com/musleh0001/django_simple_crud
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/musleh0001/django_simple_crud
- Owner: musleh0001
- Created: 2020-07-21T09:37:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:24:21.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T12:28:58.600Z (over 2 years ago)
- Language: Python
- Size: 10.5 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django_simple_crud :octocat: :bangladesh:
### Feel free to contribute[](https://python.org)
[](https://djangoproject.com)### Running the Project Locally
First, clone the repository to your local machine:
```bash
git clone git@github.com:musleh0001/django_simple_crud.git
```Install the requirements:
```bash
pip install -r requirements.txt
```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**.