https://github.com/victorlirafront/crud-angular-spring
CRUD
https://github.com/victorlirafront/crud-angular-spring
angular java spring-boot
Last synced: 11 months ago
JSON representation
CRUD
- Host: GitHub
- URL: https://github.com/victorlirafront/crud-angular-spring
- Owner: victorlirafront
- Created: 2024-07-04T23:55:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-10T22:54:57.000Z (12 months ago)
- Last Synced: 2025-07-10T23:52:34.139Z (12 months ago)
- Topics: angular, java, spring-boot
- Language: HTML
- Homepage:
- Size: 6.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
# Popular Concert Venue
### An app to support the Udemy course [Testing Next.js Apps](https://www.udemy.com/course/nextjs-testing/)
## Installation
1. Run `npm install`
1. Run `cp .env.development.local_template .env.development.local`
1. Run `cp .env.local_template .env.local`
1. In _.env.local_:
- add long, hard-to-guess strings as the values for `NEXTAUTH_SECRET` and `REVALIDATION_SECRET`
- command to generate a random string: `openssl rand -base64 32`
## Running the App
Run `npm run dev`. The app will be found at [http://localhost:3000]