Skip to content

🖥 Full-stack web-application built with Ruby on Rails. The project was built in a team of 7 intended to replicate the functionality of popular social media sites.

License

Notifications You must be signed in to change notification settings

MattDawson2020/acebook-Derailed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AceBook

Quickstart

First, clone this repository. Then:

> bundle install
> bin/rails db:create
> bin/rails db:migrate

> bundle exec rspec # Run the tests to ensure it works
> bin/rails server # Start the server at localhost:3000

Troubleshooting

If you don't have Node.js installed yet, you might run into this error when running rspec:

ExecJS::RuntimeUnavailable:
  Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes.

Rails requires a Javascript runtime to work. The easiest way is to install Node by running brew install node - and then run bundle exec rspec again .

https://guarded-lake-46388.herokuapp.com/

About

🖥 Full-stack web-application built with Ruby on Rails. The project was built in a team of 7 intended to replicate the functionality of popular social media sites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published