- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
The Blog App that allows users to create, publish, and manage their own blogs. This application is designed to simplify the process of creating and maintaining a blog, making it accessible to individuals and organizations with various levels of technical expertise.
Client
Database
- Ruby
- Rails
- PostgreSQL (RDB)
To start and run this project
bundle install
rails s
To get a local copy up and running, follow these steps.
- IDE to edit and run codes (Strongly recommend Visual Studio Code 🔥).
- Git.
- PostgreSQL installed
To setup and install this project, follow the below steps:
- Clone this project by the command:
$ git clone https://github.com/Theodoraldo/blog-app.git
- Then switch to the project folder by the bellow query:
$ cd blog-app
- Install the required dependecies with
bundle install - Install npm dependencies with
npm install - Run
rails db:setup - Run
rails db:migrate - With Ruby on Rails and PostgreSQL installed in your environment, you can run
rails serverorrails sto run the website.
- Run
rake db:seed RAILS_ENV=testto seed the testing database - Run
rspec
Author1
👤 Theodore Asimeng-Osei
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Author2
Md Sazzad Hossain
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- Build the project schemas
- Add more tables to postgresql
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give it a ⭐️
- I would like to thank Microverse and anyone who contributed to the success of this project. If I am to mention names, this readme cannot hold the list 😁😁.
This project is MIT licensed.