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.
To get it running on your local machine, follow the steps below:
- Run the commands below in your terminal:
$ git clone https://github.com/john-bagiliko/CRUD.git
$ cd CRUD
- Install the requirements with the command below:
$ pip install -r requirements.txt
- Run the development server with
$ python manage.py runserver
- Launch your browser and navigate to http://localhost:8000/