Skip to content

rishadhaquehriday/Asset-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assets Management System ( AMS )

A assets management application for managing offficial assets.

Requirements

Ensure that both Python and Node.js are installed on your system

Project Setup

  • 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

Setup Backend

  • 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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages