Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 497 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 497 Bytes

Welcome to the Student Database IIT Bhilai project 👋

Setup instructions

  • Install Nodejs and NPM in your system

  • Run the following commands in the same order:

    cd Backend
    npm install
    node index.js
    
    cd frontend
    npm i
    npm start
    

🧑‍💻 Maintainers