Skip to content

An inventory management system built using Django and Django Rest Framework (DRF)

Notifications You must be signed in to change notification settings

AbhinavShaw09/StockPulse

Repository files navigation

StockPulse

An inventory management system built using Django and Django Rest Framework (DRF).

Tech Stack

Client: React, Tailwind Css

Server: Django, DRF, PostgreSQL

Run Locally

Clone the project

  git clone https://github.com/AbhinavShaw09/StockPulse.git

Create migrations file

  python manage.py makemigrations

Apply database migrations

  python manage.py migrate 

Start the server and go

  python manage.py runserver 

To check all the api's navigate here

  http://localhost:8000/api/

Roadmap

  • Add client side code

  • Integrate front end with backend

Lessons Learned

  • How to dockerize a django application
  • How to create Robust Restfull API's using DRF
  • How to use Swagger API documentation for designing and documenting RESTful APIs

Feedback

If you have any feedback, please reach out to me at my linkdin

About

An inventory management system built using Django and Django Rest Framework (DRF)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published