Skip to content

gdotclerge/scribo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Mod 3 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 47.1%
  • JavaScript 37.4%
  • CSS 13.6%
  • HTML 1.9%