Skip to content

IshaanMinocha/ERP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Introduction

⚙️ Project Setup

Clone the project repository

git clone https://github.com/singhchanmeet/ERP.git

Frontend Setup

  • Navigate to the frontend directory and run the following commands :
 npm install
 npm run start

Backend Setup

  • In the backend folder, create an aad.config.json file. You can refer to this guide for more information.

  • In the backend/core folder, create a .env file with all the required settings. Use the env.example file for reference.

  • Navigate to the backend directory and run the following commands

 pip install -r requirements.txt
 python manage.py makemigrations
 python manage.py migrate
 python manage.py runserver

Go to http://localhost:3000/ to see the running project

👨🏻‍💻 Contributors

Chanmeet Singh , Aman Sharma , Haaris Huda and Shivank Upadhyay

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.4%
  • Python 32.1%
  • HTML 4.4%
  • CSS 0.1%