Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bibek36/Course-Registration-Project-Using-Spring-Framework

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course

Course registration project using Java Web with Spring Framework.
Spring much lighter! :)

Features

  • CRUD
  • ACL
  • Validation
  • Login
  • Responsive

Requirements

  • NetBeans 8.2
  • Java JDK 1.8
  • Apache Tomcat >= 9
  • MySql >=5

Tecnologies

  • Java
  • JPA
  • Maven
  • Spring
  • CSS
  • Bootstrap
  • MySql

Installation

$ git clone https://github.com/bibek36/Course-Registration-Project-Using-SpringBoot.git

$ cd spring-course

Then create a database with name spring_course in your mysql. You can find database dump in spring_course.sql, import it:

$ mysql -u <your user> -p <your password>

mysql> create database `spring_course`;

mysql> use `spring_course`;

mysql> source spring_course.sql

Then open the file "src/main/resources/application.properties" and enter the data according to the connection of your database.

When the configuration is complete, just type in the terminal "mvn spring-boot: run" and open in your browser the following address:
http://localhost:8080/

Screenshots

Screenshots

Screenshots

Screenshots

Screenshots

Screenshots

Screenshots

Screenshots

Screenshots

Model ER

Screenshots

About

Course registration project using Java Web with Spring Framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.