Skip to content
/ YourSem Public

A CRUD application which stores your semester marks.

License

Notifications You must be signed in to change notification settings

theIYD/YourSem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YourSem

A CRUD application which stores your every semester scores. It keeps a record of your performance.

The application is purely made to practice Node.js, ExpressJS & MongoDB. Being practicing client-side Javascript for sometime, gave a chance to back-end.

Features

  • Login and register functionality using Passport.js
  • Create semesters, add your own subjects and accordingly add the marks.
  • Hash the user password using bcryptjs
  • Show success and error messages using connect-flash
  • Render HTML using Handlebars.js
  • Use mongoose and MongoDB for database management

Usage

Clone the repository, install the dependencies and start the server

$ git clone https://github.com/theIYD/YourSem
$ cd YourSem
$ npm install
$ npm start
 

License

The project is licensed under MIT

About

A CRUD application which stores your semester marks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published