- Frontend: React
- Backend: Express.js
- Database: PostgreSQL
Clone the repository:
git clone https://github.com/your-repo/project-3-team-4s.git
To start the frontend locally for development:
-
Change directories:
cd project-3-team-4s/client
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
To start the backend locally for development:
-
Change directories:
cd project-3-team-4s/server
-
Install dependencies:
npm install
-
Run the server:
npm run start
Backend may take some time to respond initially due to Render waking it from sleep mode caused by inactivity.