Skip to content

john-bagiliko/CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD

Django CRUD app

This is a simple Django CRUD application that allows to create, retrieve, update and delete a post. If you are new to the filed of of Django web development, this is a good way to start.

The inerface is as shown CRUD

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/john-bagiliko/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/

About

Django CRUD app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages