Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest Api made using node for realworld

made using node,express,sqlite

steps to use:

  • 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)

address for using api

  • 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

About

rest api using node.js (express and sqlite3) made for realworld app(conduit)

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages