Skip to content

DoNhatNam1/WEBSITE_BANNER_managing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

This project consists of the following components:

  • Backend: /Server
  • Frontend: /Web

To run the libraries in each folder, you can follow these steps:

Backend (/Server)

  1. Navigate to the /Server directory
  2. Install dependencies using npm:
npm install
npm ci
  1. Start the backend server:
npm start

Note: The Project Had a .gitignore for .env in /Server/config, please make sure you add your code to .env before starting the backend server

Frontend (/Web)

  1. Navigate to the /Web
  2. Install dependencies using npm:
npm install
npm ci
  1. Start the frontend development server:
npm run dev

Note: For Firebase setup, refer to the Firebase documentation for detailed instructions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published