Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indianwhocodes/rest-api-graphql
A minimal rest api I made for which I developed a middleware GraphQL service
https://github.com/indianwhocodes/rest-api-graphql
Last synced: 19 days ago
JSON representation
A minimal rest api I made for which I developed a middleware GraphQL service
- Host: GitHub
- URL: https://github.com/indianwhocodes/rest-api-graphql
- Owner: indianwhocodes
- Created: 2021-03-03T23:26:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T23:33:35.000Z (almost 4 years ago)
- Last Synced: 2024-03-21T17:34:52.285Z (10 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST API Tutorial
This sample is published as part of [the corresponding article](https://www.toptal.com/nodejs/secure-rest-api-in-nodejs) at the Toptal Engineering Blog. Visit https://www.toptal.com/developers/blog and subscribe to our newsletter to read great posts!
## Before using
- Please make sure that you have:
- Node.js installed (https://nodejs.org/)
- MongoDB installed and running locally (https://www.mongodb.com/)
- Using Windows, just open the terminal at where you installed mongo and run `mongod.exe`
- Run `npm install` or `yarn` in your root project folder## Usage
To run the project, please use a command line the following:
- `npm start`
- It will run the server at port 3600.