Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gorange310/learning_platform
A simple platform of online learning. Build with Rails 6 and gem Grape for api.
https://github.com/gorange310/learning_platform
backend-api grape-api rails6
Last synced: 28 days ago
JSON representation
A simple platform of online learning. Build with Rails 6 and gem Grape for api.
- Host: GitHub
- URL: https://github.com/gorange310/learning_platform
- Owner: gorange310
- Created: 2022-02-10T12:32:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T05:01:08.000Z (over 2 years ago)
- Last Synced: 2024-12-03T15:46:21.482Z (about 2 months ago)
- Topics: backend-api, grape-api, rails6
- Language: Ruby
- Homepage:
- Size: 594 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements
- Rails
- Ruby
- Grape
- Grape entity
- MySQL 8### Init project
---
```
rake db:create
rake db:migrate
rake db:seed
```### Start dev server
---
```
rails s
```### Admin
---
```
http://localhost:3000/admin
```### Test
- `bundle exec rake spec`