This app is to allow students to practice using FileStack and DotEnv.
A Rails model User
is created using rails scaffold.
- Clone the repository
git clone https://github.com/gohdaniel15/filestack-practice.git
cd filestack-practice
- Run bundle
bundle install
- Setup the database
rake db:create db:migrate