Backend based on Medium to publish articles, stories and thoughts.
- Ruby (version 3.2.2)
- Ruby on Rails (version 7.0.4)
- PostgreSQL (version 14.7)
- Clone the repository:
git clone https://github.com/your-username/your-project.git
- Install dependencies:
bundle install
- Create and migrate the database:
rails db:create
rails db:migrate
- Start the Rails server
rails server
- Open your browser and navigate to http://localhost:3000 to access the application.
Contributions are welcome! If you find any bugs or want to improve the project, please follow these steps:
- Fork the repository.
- Create a new branch: git checkout -b my-feature.
- Make the necessary changes and commit them: git commit -am 'Add some feature'.
- Push to the branch: git push origin my-feature.
- Submit a pull request.