Skip to content

My full stack web application project. Lots of UX and planning involved.

Notifications You must be signed in to change notification settings

ed-commits/CodeClan-Gym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeClan-Gym

Setting up

To set up the sql database

createdb codeclan-gym
psql -d codeclan-gym -f ./db/schema.sql

You can rerun the psql command to reset the database too.

Inspecting the database

Use

psql -d codeclan-gym

to poke around at the database itself using SQL commands.

Launching the web app

Make sure you have the necessary gems installed

gem install sinatra sinatra-contrib pry

then launch the web application with

ruby app.rb

and point a browser to localhost:4567.

About

My full stack web application project. Lots of UX and planning involved.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published