Skip to content

A university website built without any CSS framework/libraries

Notifications You must be signed in to change notification settings

kaioshin20/University-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

University Website

A simple university website where user can login and inquire about various things from the admin. On first login he/she needs to fill up his/her details whereas further editing would be done by admin for which users can leave a message. Admins can edit user information and also create new users and admins

Getting Started

Fork and clone the repository and start the server using

node server.js

Prerequisites

What things you need to install the software and how to install them

express, express-session, hbs, mongodb, passport, passport-local, socket.io, sequelize, sqlite

Installing

npm init
npm i 'express'
npm i 'express-session'
npm i 'hbs'
npm i 'mongodb'
npm i 'passport'
npm i 'passport-local'
npm i 'socket.io'
npm i 'sequelize'
npm i 'sqlite'

Built With

  • nodejs
  • javascript
  • jQuery
  • css
  • bootstrap
  • html

Authors

About

A university website built without any CSS framework/libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published