A assets management application for managing offficial assets.
Ensure that both Python and Node.js are installed on your system
-
Clone the repository in a local folder
git clone https://github.com/rishadhaquehriday/Asset-Management-System.git -
Open terminal and verify python version
python --version -
Verify if node and npm are installed
node --version
npm --version
-
Navigate to cloned project directory
cd Asset-Management-System -
Create a python virtual environment for backend
python -m venv env -
Activate the virtual environmen
env\Scripts\activate -
Install python libraries
pip install -r requirements.txt -
Start Django server
python manage.py runserver -
Django backend server will start on http://localhost:8000/