Skip to content

mostafa-yasen/simple-notes-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Notes API

A simple notes API to demonstrate CRUD operations with Node.JS and Express.JS.

Requirements

Requires Node.JS along with npm you can download them here.

Instalation

  1. Clone this repo on your local machine.
  2. Move to it using cd simple-notes-api.
  3. Install the requirements using npm install command.

Run

After finishing the installation steps, you can run the project with node server.js you will see a message like Server is lestening on http://localhost:9090 this means everything is running correcly.

If you want to change the port, edit the port variable in server.js file.

About

A simple notes API to demonstrate CRUD operations with Node.JS and Express.JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors