Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 626 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 626 Bytes

Gym App Project

Setup

  1. Create a database named gymapp in pgAdmin
  2. Check that database details match the details in ./server/lib/db.ts
  3. Open a terminal in the ./server directory
  4. Seed database with
npm install
npm run seed
  1. Start the api server with
npm start
  1. Make sure the server is accessible on http://localhost:3000
  2. Open a second terminal in the ./client directory
  3. Start the client app with
npm install
npm run dev
  1. Open the url shown by the previous command

Links

Video demo

Project Report

Team

Me