-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
45 lines (22 loc) · 871 Bytes
/
README
File metadata and controls
45 lines (22 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
== REAMDE
This README would normally document whatever steps are necessary to get the
application up and running.
* Runs on RoR 4.2
* System dependencies
* Configuration
* Database creation, Init:
brew install postgresql
rails new atheneum -d postgresql
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
Please feel free to use a different markup language if you do not plan to run
<tt>rake doc:app</tt>.
MOAR
This application is meant to track applications (clever) for creative writing students.
FEATURES
-students, faculty, etc can register, login, logout
-uses Statesman gem to handle application state (pending, invited, declined,etc)
-once application has letter of recommendation, writing sample in plaintext,
-materials are converted asynch through Sidekiq