- Welcome to the official repository of Project ERP by Maharaja Agrasen Institute of Technology. This project is under active development under the guidance of the CSE department at MAIT. (https://erp.mait.ac.in)
- If you're a developer looking to contribute to our project, please follow the instructions below.
git clone https://github.com/singhchanmeet/ERP.git
- Navigate to the frontend directory and run the following commands :
npm install
npm run start
-
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
Chanmeet Singh , Aman Sharma , Haaris Huda and Shivank Upadhyay