Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shourya1997/django-crud

This is a basic CRUD application made in Django and Django Rest Framework.
https://github.com/shourya1997/django-crud

django django-rest-framework python3 swagger-specification swagger-ui

Last synced: 25 days ago
JSON representation

This is a basic CRUD application made in Django and Django Rest Framework.

Awesome Lists containing this project

README

        

# Django-Crud
This is a basic CRUD application made in Django and Django Rest Framework

## How to install

```bash
$ git clone https://github.com/shourya1997/django-crud.git

# create python virtual environment
$ python3 -m venv myenv
$ source myenv/bin/activate

# -- developement requirements file
$ pip install -r requirements.txt

```

## How to run

```bash

$ python manage.py runserver
```

Then go to [127.0.0.1:8000](127.0.0.1:8000) in your browser.