Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

nuwanc/school-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

school-rest-api

A spring boot based RESTful API with CRUD functionality.

Database : MongoDB

Application Structure:

  • SchoolAppConfig.java - configuration class that configures and runs our Spring Boot application.
  • SchoolController.java - REST Controller that process HTTP request and send response to client
  • MongoDBSchoolService.java - Serivce layer class which encapsualte all the DB functioanlity and one entry point to controller

What you need to run this app:

  • JDK 1.8
  • Maven 3.0+
  • MongoDB running on default port

How to run this app:

mvn clean spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages