Skip to content

hajidito/NoteApp-ExpressJS-RESTfulApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoteApp-ExpressJS-RESTfulApi



Introduction

Node.js Express.js

Here is my new repository which builded with NodeJS and ExpressJS Framework for making the backend side and API for application NoteApp-ReactNative-Redux .

Built With

Create Database

Configuration Environment Variables

  • Make .env file on this project
  • Open .env file and copy paste this code below
DB_HOST = yourDBHOST
DB_USER = yourDBUSER
DB_PASSWORD = yourDBPASSWORD
DB_NAME = simplenote
PORT = 3000

1. Install Dependencies

npm install

2. Run Server

nodemon server.js

About

Simple Note App with restful API

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages