Skip to content

DanyAdhi/Simple-Notes-RestAPI-with-NodeJs

Repository files navigation

Simple Notes with RESTfull API

Introduction

This is a backend simple Notes with RESTfull API, here I Use node.js, expres js, and mysql

Prerequiste

  • Node.js - Download and Install Node.js
  • MySQL - Download and Install MySQL - Make sure it's running on the default port.

Configuration Environment Variables

  • Make .env file on this project
  • Open .env file and copy paste this code below
PORT=5000
DB_HOST=localhost
DB_USER=root
DB_PASS=
DB=a_note
NODE_ENV=development node server.js

Installation

Clone

$ git clone https://github.com/tatasfachrul/simple-REST
$ cd simple-REST
$ npm install

Start Development Server

$ npm start

Built With

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors