Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.62 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.62 KB

📝 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