Skip to content

An ecommerce web application built with Next.js and Spring Boot. The primary database used is PostgreSQL and Keycloak is used for ID and authentication.

License

Notifications You must be signed in to change notification settings

shivamsingha/ecommerce-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce Spring

This is an ecommerce web application built with Next.js and Spring Boot. The primary database used is PostgreSQL and Keycloak is used for ID and authentication.

Installation

To install the dependencies for the frontend, navigate to the frontend directory and run:

pnpm install

To install the dependencies for the backend, navigate to the backend directory and run:

./gradlew build

Development

To start the development server for the frontend, navigate to the frontend directory and run:

pnpm dev

To start the development server for the backend, navigate to the backend directory and run:

./gradlew bootRun

About

An ecommerce web application built with Next.js and Spring Boot. The primary database used is PostgreSQL and Keycloak is used for ID and authentication.

Topics

Resources

License

Stars

Watchers

Forks