Skip to content

CSCE331-Fall2024/project-3-team-4s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project-3-team-4s

Links

Live Website

Frontend Docs

Backend Docs

Tech Stack

  • Frontend: React
  • Backend: Express.js
  • Database: PostgreSQL

Getting Started

Clone the repository:

git clone https://github.com/your-repo/project-3-team-4s.git

Frontend

To start the frontend locally for development:

  1. Change directories:

    cd project-3-team-4s/client
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev

Backend

To start the backend locally for development:

  1. Change directories:

    cd project-3-team-4s/server
  2. Install dependencies:

    npm install
  3. Run the server:

    npm run start

Notes

Backend may take some time to respond initially due to Render waking it from sleep mode caused by inactivity.