Online Marketplace
To install and set up this project, follow these steps:
- Clone the repository to your local machine.
- Install Bundler by running
gem install bundler
in your terminal. - Run
bundle install
to install the project's dependencies. - Set up the database by running
bundle exec rails db:create
andbundle exec rails db:migrate db:test:prepare
. - Start the server by running
bundle exec rails tailwindcss:watch
on one terminal andrails server
on another.
Once you've completed these steps, you should be able to access the application by navigating to http://localhost:3000
in your web browser.
Run bundle exec rspec
to run the test suite.
I welcome contributions to this project! If you'd like to contribute, please follow these guidelines:
- Fork the repository and create a new branch for your changes.
- Make your changes and commit them with a clear commit message.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
If you have any questions or concerns about contributing, please reach out to me via email or through the project's issue tracker.