Skip to content

RESTful Application to manage student's grades and courses.

License

Notifications You must be signed in to change notification settings

wookieJ/grades-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

grades-service

Web API Application to manage students, grades and courses.

Getting Started

You need maven in version at least 3.3.9 and JDK 8.
To clone repository use following command:

git clone https://github.com/wookieJ/grades-service.git

Screenshots

Built With

  • Maven - Dependency Management
  • Travis - Test and Deploy tool

Tech Stack

Backend

  • Grizzly - NIO Event Development framework.
  • MongoDB - Free and open-source cross-platform document-oriented database program.
    • Morphia - The Java Object Document Mapper for MongoDB.
  • Jersey - RESTful Web Services in Java.

Frontend

  • KnockoutJS - Simplify dynamic JavaScript UIs with the Model-View-View Model (MVVM) pattern.
  • jQuery - Fast, small, and feature-rich JavaScript library.

License

This project is licensed under the MIT License - see the LICENSE.md file for details