Skip to content

Basic CRUD App with authentication/authorization with ruby on rails

Notifications You must be signed in to change notification settings

armanTakmazyan/rails_test

Repository files navigation

Ruby On Rails Test

Necessary commands to start the project:

$ yarn install

If you already have the bundler, skip this point:

$ gem install bundler

Then:

$ gem update bundler
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails db:seed
$ rails server

License

MIT

About

Basic CRUD App with authentication/authorization with ruby on rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published