Skip to content

markoseuel/crud-application-in-python-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published