Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Simple RestAPI with node.js
https://github.com/wisnuuakbr/submission-backend-dicoding

backend node rest-api

Last synced: 4 days ago
JSON representation

Simple RestAPI with node.js

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.