Skip to content

samnoon1971/ServerV2

Repository files navigation

Server v2

A portal for university management (Made as part of academic curriculum)

Badges

GPLv3 License AGPL License

Features

  • Admin Portal
  • Student Portal
  • Teacher Portal (Under Development)

Tutorial (Installation & Setup)

Watch the video

Tech Stack

Client: HTML, CSS, jQuery, Bootstrap

Server: Node, Express, MongoDB

Authors

Roadmap

  • Additional browser support

  • Add more integrations

  • Add more mobile responsiveness support

  • Add API Documentation

Build using Docker

To build this project run

docker build . -t samnoon/server_v2

Deployment using Docker

To deploy this project run

  docker run -d -p 3000:3000 samnoon/server_v2

Run Locally without Docker

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

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

FAQ

What is the project for?

It was developed as part of web developement sessional course

Support

For support, email [email protected]

Feedback

If you have any feedback, please reach out to us at [email protected]