Skip to content

jonathancodesaway/quizapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

quizapp

CUNYTTP - Bootcamp Capstone

to run

In Frontend:

(may need to remove node_modules and run npm install first)

npm start

In Backend:

rails server -p 3001 --binding=0.0.0.0

to setup backend use

bundle install

to setup database:

install postgres

log in and run following commands:

create user quizapp;

alter role quizapp with password 'test';

alter role quizapp superuser;

alter role quizapp login;

create database quizapp;

log out.


cd into dbstuff

ruby db.rb

About

CUNYTTP - Bootcamp Capstone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published