Skip to content

vechema/dnd-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

dnd-web

A website used to play DnD. Node, Java, Maven, Angular, oh my!

Client

Angular 7 to create frontend and beautiful user experience

Starting the client

Go to client directory and run ng serve. View website at https://localhost:4200/

Server

Using Spring Boot 2 to create a backend

Starting the server

Go to server directory and run mvn spring-boot:run. View backend at https://localhost:8080/

Using an IDE

This project uses Lombok. You'll need to download the jar from https://projectlombok.org/download and follow the instructions from the install drop down to whatever IDE you're using