Skip to content

danrice92/novum_opus_web

Repository files navigation

Novum Opus Web

Novum Opus is a life consulting platform for helping young adults start their lives the smart way. This repo is home to the web application and the database.

Technology Stack

Setup

  1. git clone git@github.com:danrice92/novum_opus_web.git - clone the project down from GitHub.
  2. bundle install - install dependencies
  3. bundle exec rails db:create - create the database
  4. bundle exec rails db:migrate - migrate the database
  5. npm install - install JavaScript dependencies
  6. bundle exec rails s - start the server at localhost:4000

Testing

  1. bundle exec rspec

Troubleshooting

  • You may need to run bundle exec rails webpacker:install:react if you are getting unexpected syntax errors in your JavaScript.

About

Novum Opus is a life consulting platform for helping young adults start their lives the smart way.

Resources

Stars

Watchers

Forks

Packages

No packages published