Skip to content

franzk/newsletter-subscription

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEWSLETTER SUBSCRIPTION TOOL (VUEJS + SPRING BOOT + RECAPTCHA)

- - - - V2

Installation

1. clone this repository

git clone https://github.com/franzk/newsletter-subscription.git

2. Set up Google Recaptcha :

3. Start the backend using Docker Compose:

cd docker
docker compose --profile dev up

4. Set up VueJS :

Navigate to the front-end directory, install dependencies, and run the development server:

cd ../front
pnpm install
pnpm run dev

5. Test the Application

Open your browser and go to http://localhost:8080.

6. Deploy

cd docker
docker compose --profile prod up

About

Simple subscription tool with VueJS 3 and Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published