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

https://github.com/musleh0001/django_simple_crud


https://github.com/musleh0001/django_simple_crud

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# django_simple_crud :octocat: :bangladesh:
### Feel free to contribute

[![Python Version](https://img.shields.io/badge/python-3.8.1-brightgreen.svg)](https://python.org)
[![Django Version](https://img.shields.io/badge/django-3.0.1-brightgreen.svg)](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**.