/ECELocker

Primary LanguageTypeScriptMIT LicenseMIT


ECE LOCKER

A Student Information Management System that allow the administration(eg college department) to edit and find out the personal details of a student and allows the student to keep their profile up to date.
View Demo!!

About The Project

The earlier system of college to maintain students records was manual paper based system. This system has lots of disadvantages such as:

  • Information is scattered and redundant.
  • Collecting relevant information may be very time consuming.
  • Unnecessary workload on CRs.
  • Student details taken multiple times is inconvenient.
  • Data is handled manually.

The purpose of Student Information Management System is to allow the administrator of any organization to edit and find out the personal details of a student and allows the student to keep up to date his profile.

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

  • Node
  • React
  • JavaScript
  • TypeScript
  • MongoDB
  • tailwindcss

(back to top)

Getting Started

Fork the repo in your own github account and clone the repository. To get complete the setup for development follow the steps given below

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g
  • to install dependencies
    npm install
  • Setup environment variables in .env file
  • To start the server
    npm run dev
  • To start the client
    npm start

(back to top)