Click to view contents
Blog App with Ruby on Rails is a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts..
Server
Database
Note.- This project is in construction !
In order to run this project you need:
- Ruby
- Rails
- Postgresql
- Enter this url: https://github.com/cmolinan/Blog-with-Rails in your web browser.
- Once opened navigate to the top left level of the project a green code download button will be visible on the righthand side.
- Select the download Zip option from drop-down menu.
- Once the download is complete you will be able to access my project locally.
git clone git@github.com:cmolinan/Blog-with-Rails.gitInstall this project with the steps below:
- After cloning type
cd Blog-with-Railsto access the project on the terminal. - Run
bundle installto install all the required dependancies. - Create Database with
rails db:create - Migrate Database with
rails db:migrate - Populate data with
rails db:seed
To run the project, execute the following command:
- Run
rails sto start a development server. - Use any of this users to log-in:
- e-mail:
tom@m.com/ password:666666 - e-mail:
lilly@m.com/ password:666666 - e-mail:
fred@m.com/ password:666666 - e-mail:
simon@m.com/ password:666666
- e-mail:
👤 Carlos Molina
👤 Neeraj Bhardwaj
- GitHub: @Neeraj-Bhardwaj
- Twitter: @Neeraj-Bhardwaj
- LinkedIn: LinkedIn
Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue, feel free to check the issues page.
If you like this project. Don't forget to give it a ⭐️
- A big thanks to @microverseinc for the project idea, guidance and inspiration.
-
What inspired me to create this project?
- The inspiration for this project came from microverse – a software development bootcamp where you work with teammates remotely on different projects.
This project is MIT licensed.
