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

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

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]