Skip to content

A full stack application which is similar to an internet message board. Backend: Java, Spring boot, Frontend: Angular, Database: MySQL

Notifications You must be signed in to change notification settings

abhishek7997/dforum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

dForum

Tech Stack

  • Angular
  • Spring Boot, Security, JPA
  • MySQL

Installation

  • MySQL must be installed and running
  • To setup spring boot backend, you need to add 'jwt.properties' file inside resources folder
  • jwt.properties file should look like this:-
jwt.secret=your-secret-key
jwt.jwtExpirationInMs=18000000
  • To run the angular frontend, install the packages using : npm i and then execute the command : ng serve

Preview

image

image

About

A full stack application which is similar to an internet message board. Backend: Java, Spring boot, Frontend: Angular, Database: MySQL

Topics

Resources

Stars

Watchers

Forks