Skip to content

15ngburton/todo_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

todo_challenge

To start the front end server, run:

yarn start

To start the backend server, first download PostgreSQL, and make sure the default user "postgres" uses the password "password". Then run:

bundle install

to install all of the necessary gems.

Then, run

db:create

and

db:migrate

to get the database up and running.

To get the backend running on Unix-based systems, use:

bin/rails server

If on Windows, use:

ruby bin/rails server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published