-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
15 lines (10 loc) · 706 Bytes
/
README.txt
File metadata and controls
15 lines (10 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Please make sure you have the following softwares installed.
1. Redis (5.0.4) -> https://redis.io/download
2. Node.js (8.11.4) -> https://nodejs.org/en/download/releases/
Steps to run this code:
1. Open a new terminal window and type this command - redis-server
2. Open another terminal window in this folder and type this command - npm install.
3. Create a .env file in this folder, set the value of SECRET to anything. It is used for session secret key. For e.g. SECRET = aksdjakdj98
4. After this is done, type this command - npm run server
That is all, after this you can hit API endpoints.
The documentation for this API is published here - https://documenter.getpostman.com/view/5309265/S1ENyJr3