Skip to content

Repository files navigation

Usage

Part 1

  1. Install Backend Dependencies

    • Navigate to the backend-no-auth directory and install the necessary dependencies:
    • Rename the .env.example file to .env in the backend directory.
    cd backend-no-auth 
    npm install
    npm run dev
  2. Install Frontend Dependencies & Start the App
    Navigate to the frontend directory, install dependencies, and start the application:

    cd frontend
    npm install
    npm run dev
  3. Access the App
    Open your browser and visit: http://localhost:3000

Part 2

  • Stop the server, if it is running.
  • Navigate to the backend-auth directory and install the necessary dependencies:
  • Rename the .env.example file to .env in the backend directory.
cd backend-auth 
npm install
npm run dev

Part 3

  • Stop the server, if it is running.
  • Navigate to the backend-protected directory and install the necessary dependencies:
  • Rename the .env.example file to .env in the backend directory.
cd backend-protected 
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages