Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`