Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codegrade/hourglass
Web-based exam server.
https://github.com/codegrade/hourglass
rails6 react redux typescript
Last synced: about 21 hours ago
JSON representation
Web-based exam server.
- Host: GitHub
- URL: https://github.com/codegrade/hourglass
- Owner: CodeGrade
- Created: 2019-05-07T18:34:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T02:26:24.000Z (about 2 months ago)
- Last Synced: 2024-10-29T14:15:18.736Z (10 days ago)
- Topics: rails6, react, redux, typescript
- Language: TypeScript
- Homepage:
- Size: 7.56 MB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 132
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hourglass
Web-based exam server.
Sister project of [Bottlenose][bottlenose].
[Anomaly Detection Progress](ANOMALIES.md)
## Development Environment Setup
A `shell.nix` is provided which should get you a reproducible environment for running hourglass.
[More info about Nix][nix].
It will also setup postgres to store data locally. Once in the `nix-shell` environment, run `bundle install` to install gems locally. You can then run `start_postgres` and `stop_postgres` to control the local postgres server.
## Webpack and relay dev servers
Webpack is configured with Hot Module Reloading, start the dev server with `yarn webpack-dev`.
The relay dev server can be started with `yarn relay-dev`.
## Manual Database setup
Hourglass expects postgresql.
Databases can be created with `rails db:create` and the schema is loaded with `rails db:schema:load`.
To setup the database with our development records, run `rails db:populate`.
[bottlenose]: https://github.com/CodeGrade/bottlenose
[nix]: https://nixos.org/nix/