This project builds on active records, models, and associations to create a Micro-Reddit app similar to Reddit. Here a user can create a post and / or add comments to another user's post. The project was created without adding a user interface.
- Ruby 2.7.0
- Rails 5.2.4.3
- VSCode
- In order to start with the project:
- You need to have Rails environment installed, Click here for instructions
- Clone this repository
- Run the rails server
- $ rails server
- Run rails db:migrate. It creates the database with the corresponding tables, columns and associations
- $ rails db:migrate
- You can test it in the console by running
- $ rails console
- Check User, Post or Comment to see the structure of each model
👤 Morah Paul
- GitHub:@github/chinweokwu
- Linkedin:Morah Paul
👤 Oksana Petrova
- GitHub:@github/Laguna1
- Linkedin:linkedin/OksanaPetrova
- Twitter:@OksanaP48303303
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!