Skip to content

softspiders/express-rest-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SOFTSPIDERS

express-rest-starter

Minimalistic REST-on-Express starter

Feature tags

  • express
  • node
  • rest
  • starter
  • template

Authors

Danila Asoyan


Direct ancestors

HelloWorld in JavaScript


Install

npm i

Run

In Node.js: npm start
If you want to create a get request, then in browser - go to: http://localhost:3000/api
If you want to create a post, put or delete request, you need to follow this instruction:
	1. Download Postman - https://www.postman.com/downloads/
	2. Sign Up/Sing In to Postman
	3. Follow this instruction - https://learning.postman.com/getting-started/
Test URL for GET and POST requests: http://localhost:3000/api
Test URL for PUT and DELETE requests: http://localhost:3000/api/1


License

Licensed under the MIT license.

About

Minimalistic REST on Express starter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •