Skip to content

zneb/gym-app-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages