|
|
@@ -10,25 +10,26 @@ Server for Integrated Project, powered by Express.js and Redis, listens only on
|
|
10
|
10
|
* [Installation](#installation)
|
|
11
|
11
|
* [Running](#running)
|
|
12
|
12
|
* [API](#api)
|
|
13
|
|
- * [/hello/:name/](#helloname)
|
|
14
|
|
-
|
|
15
|
|
- * [/user/register/](#userregister)
|
|
16
|
|
- * [/user/auth/](#userauth)
|
|
17
|
|
- * [/user/view/](#userview)
|
|
18
|
|
- * [/user/view/:user](#userviewuser)
|
|
19
|
|
-
|
|
20
|
|
- * [/society/create/](#societycreate)
|
|
21
|
|
- * [/society/view/](#societyview)
|
|
22
|
|
- * [/society/view/:society\_name](#societyviewsociety_name)
|
|
23
|
|
- * [/society/view/:society\_name/events](#societyviewsociety_nameevents)
|
|
24
|
|
- * [/society/join/](#societyjoin)
|
|
25
|
|
- * [/society/leave/](#societyleave)
|
|
26
|
|
-
|
|
27
|
|
- * [/events/create/](#eventscreate)
|
|
28
|
|
- * [/events/view/:eventid](#eventsvieweventid)
|
|
29
|
|
- * [/events/pending/](#eventspending)
|
|
30
|
|
- * [/events/accept/:eventid](#eventsaccepteventid)
|
|
31
|
|
- * [/events/decline/:eventid](#eventsdeclineeventid)
|
|
|
13
|
+ * misc
|
|
|
14
|
+ * [/hello/:name/](#helloname)
|
|
|
15
|
+ * user
|
|
|
16
|
+ * [/user/register/](#userregister)
|
|
|
17
|
+ * [/user/auth/](#userauth)
|
|
|
18
|
+ * [/user/view/](#userview)
|
|
|
19
|
+ * [/user/view/:user](#userviewuser)
|
|
|
20
|
+ * society
|
|
|
21
|
+ * [/society/create/](#societycreate)
|
|
|
22
|
+ * [/society/view/](#societyview)
|
|
|
23
|
+ * [/society/view/:society\_name](#societyviewsociety_name)
|
|
|
24
|
+ * [/society/view/:society\_name/events](#societyviewsociety_nameevents)
|
|
|
25
|
+ * [/society/join/](#societyjoin)
|
|
|
26
|
+ * [/society/leave/](#societyleave)
|
|
|
27
|
+ * events
|
|
|
28
|
+ * [/events/create/](#eventscreate)
|
|
|
29
|
+ * [/events/view/:eventid](#eventsvieweventid)
|
|
|
30
|
+ * [/events/pending/](#eventspending)
|
|
|
31
|
+ * [/events/accept/:eventid](#eventsaccepteventid)
|
|
|
32
|
+ * [/events/decline/:eventid](#eventsdeclineeventid)
|
|
32
|
33
|
|
|
33
|
34
|
### Installation
|
|
34
|
35
|
Instructions are for OSX El Capitan at time of writing.
|