https://github.com/udberg/active-record
In this project, we built an application similar to Reddit(Micro-Reddit) using rails where a user can create a post and add comments to it. This project puts our knowledge of active records, models, and associations to the tests in a full-functioning application and use cases.
https://github.com/udberg/active-record
datetime rails twitter
Last synced: 4 months ago
JSON representation
In this project, we built an application similar to Reddit(Micro-Reddit) using rails where a user can create a post and add comments to it. This project puts our knowledge of active records, models, and associations to the tests in a full-functioning application and use cases.
- Host: GitHub
- URL: https://github.com/udberg/active-record
- Owner: udberg
- Created: 2021-01-29T07:40:21.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2021-07-30T22:49:19.000Z (over 4 years ago)
- Last Synced: 2025-06-23T16:07:37.289Z (7 months ago)
- Topics: datetime, rails, twitter
- Language: Ruby
- Homepage:
- Size: 43.5 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Active Record - Ruby on Rails
[]()
[](https://github.com/udberg/ActiveRecord/issues)
[](https://github.com/udberg/pulls)
[](/LICENSE)
[](https://github.com/udberg)
[](https://github.com/udberg)
[](https://twitter.com/juduak_)
[](https://twitter.com/MurodjonTursun5)
---
## 📝 Content
About |
Installing |
Built with |
Authors
In this project, we built an application similar to Reddit(Micro-reddit) using rails where a user can create a post and add comments to it. This project puts our knowledge of active record, models, and associations to the tests in a full functioning application and use case. The parameters for creating the user and post functionalities are shown below:
* User
username:string [unique, 4-12 chars, present]
* email:string [unique, present]
* password:string [6-16 chars, present]
* id:integer
* created_at:datetime
* updated_at:datetime
* has_many posts
* Posts
title:string [unique, present]
* body:text [present]
* author_id:integer [present]
* id:integer
* created_at:datetime
* updated_at:datetime
* belongs_to author
Use whatever format feels best to you.
---
- Ruby
- Ruby on Rails
- HTML
- CSS
- Clone by running the following command;
- git clone https://github.com/udberg/ActiveRecord
- cd into ActiveRecord
- Make all required installations if on available
Run 'rails server' and follow the instructions displayed.
👤 **Uduak John**
- Github: [@udberg](https://github.com/udberg)
- Twitter: [@juduak_](https://twitter.com/juduak_)
- Linkedin: [@Uduak John](https://www.linkedin.com/in/juduak/)
👤 **Murodjon Tursunpulatov**
- Github: [@murodjon000](https://github.com/murodjon000)
- Twitter: [@MurodjonTursun5](https://twitter.com/MurodjonTursun5)
- Linkedin: [@Murodjon Tursunpulatov](https://www.linkedin.com/in/murodjon-tursunpulatov-5189481b3/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/udberg/ActiveRecord).
## 👍 Show your support
Give a ⭐️ if you like this project! They're free...
## 📝 License
I share this project under GNU GENERAL PUBLIC LICENSE, so everybody can reuse and modify it. For any external content (e.g. logo, images, ...), please contact the proper author and check their license of use. Thank you!
Template made by Uduak John and Murodjon Tursunpulatov