/scribo

Mod 3 Project

Primary LanguageRuby

Scribo

A collabrative note taking application.

Setup

  • Clone this repository and cd into the frontend.
  • Run npm install or yarn install to install your dependecies.
  • Run npm start or yarn start and the frontend of the application will be running on localhost:3000
  • In a new tab cd into the backend.
  • Run bundle install to install your gems.
  • Once gem installation is complete run rake db:create && rake db:migrate && rake db:seed.
  • Run rails s -p 3001 and the backend will be running on localhost:3001.

Built With

Ruby on Rails 5.1.4 PostGres Javascript

Authors Garry Clerge and Truman Lahr

Deployed project coming soon!