An open API service indexing awesome lists of open source software.

https://github.com/wisnuuakbr/submission-backend-dicoding

Submission for Dicoding Course
https://github.com/wisnuuakbr/submission-backend-dicoding

backend node rest-api

Last synced: about 2 months ago
JSON representation

Submission for Dicoding Course

Awesome Lists containing this project

README

          

# Simple RestAPI Node JS
a Submission for Dicoding Course Backend with Node JS

## Requirements
Simple RestAPI with Node JS is currently extended with the following requirements.
Instructions on how to use them in your own application are linked below.
| Requirement | Version |
|-------------|-----------|
| Node | 16.15.1 |
| NPM | 8.11.0 |

## Installation
Make sure the requirements above already install on your system.
Clone the project to your directory and install the dependencies.
```bash
$ git clone https://github.com/wisnuuakbr/submission-backend-dicoding
```

## Started Local Development
run the development server using npm:
```bash
npm run start
```

Open your local server with your browser to see the result.