Micro-reddit

PROJECT: BUILDING WITH ACTIVE RECORD

Stars
1
Committers
2

PROJECT: BUILDING WITH ACTIVE RECORD

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.

Built With

  • Ruby 2.7.0
  • Rails 5.2.4.3
  • VSCode

Getting start

  • 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

Authors

👤 Morah Paul

👤 Oksana Petrova

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!