A micro-reddit app build in rails where users can create posts and comment on their post and that of other users.
- Ruby
- Rails
- SQL
Text Editor (VSCode is suggested.) Ruby Rails Bundler Yarn SQL
To get a local copy up and running follow these simple example steps:
- Fork this project
- Open your terminal
- Clone this project
git clone https://github.com/wandji20/micro-reddit.git
- Go to the project folder
cd micro-reddit
- Run
bundle install
- Migrate de database
rails db:migrate
- Run
rails c
orrails console
- You will be able interact with the migration tables generated by the model.
👤 Author1
- Github: @helman101
- Linkedin: Linkedin
👤 Author2
- GitHub: @githubhandle
- LinkedIn: LinkedIn
Contributions, issues and feature requests are welcome! Start by:
- Forking the project
- Cloning the project to your local machine
cd
into the project directory- Run
git checkout -b your-branch-name
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development branch of the original project for a review
Give a ⭐️ if you like this project!
- Thanks to Odin project for the tutorials.
This project is MIT licensed.