Skip to content

434huzaifa/AssetTrackr-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASSETTRACKR BACKEND

Tech

  • django
  • djangorestframework
  • sqlite3

Live Link of backend: https://assettrackr-backend.onrender.com

Admin panel

User: huzaifa

Password: 1

Live Link of frontend: https://asset-trackr-frontend-mauve.vercel.app/login

Frontend repo: https://github.com/434huzaifa/AssetTrackr-Frontend

To run locally

git clone https://github.com/434huzaifa/AssetTrackr-backend 
cd AssetTrackr-backend 
pip install -r requirements. txt 
python manage.py runserver 

or if you python >= 12

py mange.py runserver 

Contributors