Learnest - a question and answer Rails application targeting university students. This was generated with lewagon/rails-templates.
Install gems
bundle install
Install JS packages
yarn install
Create .env file
touch .env
Inside .env, set these variables. For any APIs, see group Slack channel.
CLOUDINARY_URL=***
rails db:create
rails db:migrate
rails db:seed
or rails db:reset
rails s
- Rails 6 - Backend / Front-end
- Heroku - Deployment
- PostgreSQL - Database
- Bootstrap — Styling
- Figma — Prototyping
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.