Built a light-weight version of Twitter with Ruby On Rails using Devise for authentication.
- Ruby v2.7.2
- Ruby on Rails v6.1.3
- Bulma framework
- Copy this link
- Open your terminal or command line
- Run
git clone
and Paste the link - Open the folder with your code editor
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Install webpacker with:
rails webpacker:install
Start server with:
rails server
Open http://localhost:3000/
in your browser.
👤 Tshephang Mampa
- GitHub: @tmampa
- Twitter: @tshephangm_
- LinkedIn: Tshephang Mampa
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Webcrunch tutorials