Skip to content

jamesmarquez0508/Rails-notes-app

Repository files navigation

Notes App

CircleCI

Notes App using Ruby on Rails, Postgres, and React.

https://whispering-lowlands-12048.herokuapp.com/


Requirements

  • Ruby 2.3.8
  • Rails 5.1.5
  • Postgres >= 10

I'm using RVM to handle with Ruby enviroments. For this repository, the environment is configured in .rvmrc file.


How to run?

  1. Create .env file with the content below:
  POSTGRES_USER='<POSTGRES_USER_HERE>'
  POSTGRES_PASSWORD='<POSTGRES_USER_PASSWORD_HERE>'
  POSTGRES_HOST='<POSTGRES_HOST_HERE>'
  1. Install required gems for project:
  bundle install
  1. Setup database:
  rails db:setup
  1. Run app using Passenger:
  bundle exec passenger start
  1. Open your web browser and go to http://localhost:3000.

How to test?

  1. Run RSpec using:
  bundle exec rspec

Further steps:

Contribute:

Please feel free to contribute, forking this repository, and sending your pull request

About

Notes app with Rails, PostgreSQL, React and Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published