- step 1-clone or download the code
- step 2-extract the files
- step 3-open visual studio code or any editor that runs nodejs files
- step 4- npm install to install all the dependencies
- step 5-npm install -d to install developer's dependency(optional)
- step 6-node server or nodemon server(if nodemon is installed)
-
Authentication: /api/users/login No authentication --post
-
Registration: /api.users No authentication --post
-
Get Current User: /api/user Authentication required --get
-
Update User: /api/user Authentication required --put
-
Get Current User: /api/profiles/:username Authentication Optional --get
-
Get Current User: /api/user Authentication required
-
and more....
-
refer to https://github.com/gothinkster/realworld/tree/master/api for complete documentation