AbuBakkar32 / track-corporate-assets-Django-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

track-corporate-assets-Django-Project - 2023

This is a Django project that allows you to track corporate assets

How to use

  • Clone the project from https://github.com/AbuBakkar32/track-corporate-assets-Django-Project.git
  • Create a virtual environment
  • Install the requirements.txt file pip install -r requirements.txt
  • Do Migration before start the project python manage.py makemigrations, python manage.py migrate
  • Run the project python manage.py runserver
  • Navigate to the admin page http://127.0.0.1:8000/admin/
  • Create a superuser python manage.py createsuperuser
  • And do rest of the things

Find API Documentation - API Documentation

Technologies Used

  • Python - 3.9.7
  • Django - 3.2.9
  • Django Rest Framework - 3.14.0
  • MVT Architecture - 3.2.9

License

  • MIT License

Contact

About

License:MIT License


Languages

Language:Python 99.2%Language:HTML 0.8%