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.
- Host: GitHub
- URL: https://github.com/maradotwebp/guestlist
- Owner: maradotwebp
- License: mit
- Created: 2018-03-15T12:11:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T12:59:53.000Z (about 7 years ago)
- Last Synced: 2025-01-27T13:50:44.041Z (over 1 year ago)
- Topics: angular, java, node, spring
- Language: CSS
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`.