This is a Rails and Vue.js app for storing records.
Authenticated users can perform CRUD operation such as create/view/update/delete records.
- Ruby 2.7.2
- Rails 6
- Tailwind
- Download zip file via
https://github.com/nvdai2401/record-store
or type this command into your terminalgit clone [email protected]:nvdai2401/record-store.git
- In
record-store
directory, runyarn
to install essential JavaScript dependencies. - Run
bundle install
to install the dependencies specified in your Gemfile - Run
rails db:migrate
to run the DB migrations - Run
rails server
to start the web app server. - Move to
record-store/record-store-front
, runyarn
. When the installation is successful, runyarn dev
to start client. The app will run atlocalhost:8080