LifeProject API
Official backend component for LifeProject
Requirements
- Ruby
- Rails (3+)
- Mysql
Installation
Deploy as you would any small-sized rails app; remember to do the following:
mv config/database.template.yml config/database.yml
- Edit
config/database.yml
to the correct mysql2 installation - Run db migrations
- Important: You need to change the expected origin for CORS in
config/application.rb
(e.g., localhost:5000) rails s
and enjoy!