Skip to content

tamim36/NextGoCart

Repository files navigation

🛒 NextGoCart

Getting Started

Frontend

Angular

To run the frontend application:

  1. Navigate to the frontend directory:

    cd apps/frontend
  2. Start the development server:

    pnpm run dev
  3. Open your browser and navigate to:

    http://localhost:3000/
    

Backend

Go

To run the backend service:

  1. Navigate to the user service directory:

    cd services/user-service
  2. Start the server:

    go run main.go
  3. Check the health endpoint:

    http://localhost:8080/health
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors