Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 4.6 KB

README.md

File metadata and controls

64 lines (52 loc) · 4.6 KB

IIITL Admission Portal.

Admission Portal for B.tech students.

              

A Simple to use web portal for B.tech students admission where students can submit application and administration can easily verify these applications

Features

  • Students can submit there application along with all the necessary documents.
  • verifyers can preview all the documents at one place.
  • verifyer can Aprove and Reject application with commit.
  • Student can track its application status.
  • A secure signIN and signUP for both students and verifyers
  • This web Portal includes all these features along with simple and clean UI

Tech

This Web Portal uses a number of open source tools and libraries to work properly:

We have used Iterative Waterfall model to build this project.

Frontend
  • React.js - JavaScript library for building or UI components
  • Reducer - JavaScript library for managing application state.
  • Framer and Lottie Animations for smooth user interaction.
Backend
  • Node.js - evented I/O for the backend
  • Express.js - fast node.js network app framework
  • MongoDB - a document-oriented NoSql database
  • Mongoose.js - an Object Data Modeling (ODM) library for MongoDB and Node. js.

Installation

To start frontend Server

It requires React.js v16+ to run.
Install the dependencies and and start the webapp.


npm i
npm start

To start Backend Server

To start the Backend server first go to the server directory and install required dependencies and start server


cd Server

npm i
npm start

APP Screens