A Simple to use web portal for B.tech students admission where students can submit application and administration can easily verify these applications
- 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
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.
- React.js - JavaScript library for building or UI components
- Reducer - JavaScript library for managing application state.
- Framer and Lottie Animations for smooth user interaction.
- 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.
It requires React.js v16+ to run.
Install the dependencies and and start the webapp.
npm i
npm start
To start the Backend server first go to the server directory and install required dependencies and start server
cd Server
npm i
npm start