This is a free-to-use all-in-one Ruby on Rails app template.
Clone the repository:
git clone https://github.com/yourusername/rails-mvp-template.git
cd rails-mvp-template```
Install dependencies:
bundle install
yarn install
Set up the database:
rails db:create
rails db:migrate```
Start the server:
```shell
bin/dev```
rspec spec
To enable PWA features, uncomment the relevant lines in config/routes.rb
and add your PWA manifest.
User authentication is pre-configured. You can find the relevant code in the app/controllers/sessions_controller.rb
and app/controllers/registrations_controller.rb.
Tailwind CSS is integrated for styling. You can find the configuration in app/assets/stylesheets.
An admin dashboard is ready to use. You can customize it according to your needs.
Feel free to submit issues and pull requests.
This project is licensed under the MIT License.