/Django-CRUD

Simple Django CRUD application that allows to create, retrieve, update and delete a post .

Primary LanguageHTMLMIT LicenseMIT

CRUD

Django CRUD app

This is a simple Django CRUD application that allows to create, retrieve, update and delete a post. This leads to a good headstart for web dev using Django .

To get it running on your local machine, follow the steps below:

  1. Run the commands below in your terminal:
$ git clone https://github.com/iamskab/CRUD.git 
$ cd CRUD
  1. Install the requirements with the command below:
$ pip install -r requirements.txt
  1. Run the development server with
$ python manage.py runserver
  1. Launch your browser and navigate to http://localhost:8000/