A portal for university management (Made as part of academic curriculum)
- Admin Portal
- Student Portal
- Teacher Portal (Under Development)
Client: HTML, CSS, jQuery, Bootstrap
Server: Node, Express, MongoDB
-
Additional browser support
-
Add more integrations
-
Add more mobile responsiveness support
-
Add API Documentation
To build this project run
docker build . -t samnoon/server_v2
To deploy this project run
docker run -d -p 3000:3000 samnoon/server_v2
Clone the project
git clone https://github.com/samnoon1971/ServerV2
Go to the project directory
cd ServerV2
Install dependencies
npm install
Start the server
node server
Open web browser at following URL:
http://localhost:3000/views/login
Default Admin Username: admin
Default Admin Password: pass
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
It was developed as part of web developement sessional course
For support, email [email protected]
If you have any feedback, please reach out to us at [email protected]