An open API service indexing awesome lists of open source software.

https://github.com/maradotwebp/guestlist

An application with both front- and backend, written with Angular and Spring.
https://github.com/maradotwebp/guestlist

angular java node spring

Last synced: 3 months ago
JSON representation

An application with both front- and backend, written with Angular and Spring.

Awesome Lists containing this project

README

          

# GuestList

The Angular Project is available in `frontend/`, the Spring project in `Guest-Server/`.

# Installation & Starting

## Spring
1. Open the `Guest-Server/` folder with Intellij or Netbeans.
2. Run the application.

## Angular
1. Navigate to the `frontend/` folder.
2. `npm install`
3. To start the angular project, use `npm run server`.