Skip to content

jsondoo/FitnessDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FitnessDB

A website for managing fitness centers. Try it out here!

alt text

Technologies: Node.js, PostgreSQL

Running locally

  1. Install node and git
  2. Get a local copy of the repository using: git clone https://github.com/jsondoo/FitnessDB.git
  3. Create a .env file with the line DATABASE_URL="<insert connection string here>"
  4. Run npm install to install the dependencies
  5. Run npm start to start the app
  6. Go to localhost:5000