https://github.com/softspiders/express-rest-starter
Minimalistic REST on Express starter
https://github.com/softspiders/express-rest-starter
Last synced: 10 months ago
JSON representation
Minimalistic REST on Express starter
- Host: GitHub
- URL: https://github.com/softspiders/express-rest-starter
- Owner: softspiders
- License: mit
- Created: 2020-02-04T09:25:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T11:43:17.000Z (over 6 years ago)
- Last Synced: 2025-01-15T20:20:05.590Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# express-rest-starter
Minimalistic REST-on-Express starter
## Feature tags
- express
- node
- rest
- starter
- template
---
## Authors
[Danila Asoyan](https://github.com/Danilkashtan)
---
## Direct ancestors
[HelloWorld in JavaScript](https://github.com/softspiders/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](./LICENSE).