https://github.com/tuwukee/silver-octo-invention
Rails, VueJS demo app
https://github.com/tuwukee/silver-octo-invention
Last synced: 12 months ago
JSON representation
Rails, VueJS demo app
- Host: GitHub
- URL: https://github.com/tuwukee/silver-octo-invention
- Owner: tuwukee
- Created: 2018-06-15T15:55:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T20:39:24.000Z (over 3 years ago)
- Last Synced: 2025-04-13T19:40:59.871Z (about 1 year ago)
- Language: Ruby
- Size: 3.55 MB
- Stars: 33
- Watchers: 3
- Forks: 14
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails + JWT + VueJS todos app
[Rails API + JWT auth + VueJS SPA](https://blog.usejournal.com/rails-api-jwt-auth-vuejs-spa-eb4cf740a3ae)\
[Rails API + JWT auth + VueJS SPA: Part 2, Roles](https://medium.com/@yuliaoletskaya/rails-api-jwt-auth-vuejs-spa-part-2-roles-601e4372a7e7)\
[Rails API + JWT auth + VueJS SPA: Part 3, Passwords management](https://medium.com/@yuliaoletskaya/rails-api-jwt-auth-vuejs-spa-part-3-passwords-and-tokens-management-c1eddc6a49d1)
Run rails
```
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails s
```
Run VueJS app
```
$ cd todos-vue
$ npm install
$ npm run dev
```