A social media app built with Ruby on Rails under heavy development!
https://keeper-tapsy.herokuapp.com/
- Ability to log in and authenticate users
- You can sign up, log in, add friends
- You can publish posts, comment on posts
- In your timeline, only your posts and posts from friends show up
- Ability to view all users for now, to be able to add friends
- Ability to post images, videos
- Ability to make posts viewable to public
- UI/UX improvements
- Photos, and the ability to tag people
- Ruby v2.7.3
- Ruby on Rails v6.1
- Ruby: 2.7.3
- Rails: 6.1
- Postgres: >=12
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rspec --format documentation
🧑💻 Miguel
- GitHub: @meltrust
- Twitter: @meltrustDVX
- LinkedIn: Miguel(meltrust) Tapia Escalera
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.