Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wisnuuakbr/submission-backend-dicoding
- Owner: wisnuuakbr
- Created: 2023-08-01T01:26:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T03:52:46.000Z (10 months ago)
- Last Synced: 2024-01-08T05:12:09.767Z (10 months ago)
- Topics: backend, node, rest-api
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.