Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3zcurdia/teacher
Sample rails application for practical workshops
https://github.com/3zcurdia/teacher
Last synced: about 1 month ago
JSON representation
Sample rails application for practical workshops
- Host: GitHub
- URL: https://github.com/3zcurdia/teacher
- Owner: 3zcurdia
- License: mit
- Created: 2021-10-21T16:17:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T16:21:29.000Z (about 1 year ago)
- Last Synced: 2023-12-12T18:39:28.262Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teacher
Sample rails application for practical workshops
* Ruby version: 3.0.2
* Rails version: 6.1.4## Seutp
* Database creation
```
rake db:create
```* Database initialization
```
rake db:create
```## Test
```
rails test
```## License
MIT License Copyright (c) 2021 Luis Ezcurdia