Skip to content

A Django RESTful API for performing CRUD operations on transaction details stored in a PostgreSQL DB

Notifications You must be signed in to change notification settings

steve-njuguna-k/Django-CRUD-RESTful-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Django-CRUD-RESTful-API

A Django RESTful API for performing CRUD operations on transaction details stored in a PostgreSQL DB

Functionalities

  • You Can View All Transactions

  • You Can View Particular Transaction Details

  • You Can Add A New Transaction

  • You Can Delete A Particular Transaction

Project Setup Instructions

  1. Git clone the repository
https://github.com/steve-njuguna-k/Django-CRUD-RESTful-API.git
  1. Go To Project Directory
cd Django-CRUD-RESTful-API
  1. Create Virtual Environment
virtualenv env
  1. Active Virtual Environment
env\scripts\activate
  1. Install Requirements File
pip install -r requirements.txt
  1. Make Migrations
py manage.py makemigrations
  1. Migrate Database
py manage.py migrate
  1. Run Project
py manage.py runserver
  1. Head over to URL
http://127.0.0.1:8000/api/v1

© 2021 Steve Njuguna

License: MIT

About

A Django RESTful API for performing CRUD operations on transaction details stored in a PostgreSQL DB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages