Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bhuvaneshwarguttula/django-orm


https://github.com/bhuvaneshwarguttula/django-orm

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Django ORM application

## ORM application using Python and Django

### Cloning the repository

Clone the repository using the command below :
```bash
git clone https://github.com/bhuvaneshwarguttula/django-orm.git

```

Move into the directory where we have the project files :
```bash
cd django-orm

```

Install the required packages :
```bash
pip install -r requirements.txt

```

#

### Running the App

To run the Notes App, we use :
```bash
python manage.py runserver
```

> ⚠ Then, the development server will be started at http://127.0.0.1:8000/

#