Skip to content

fadiyousif/rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API

Built with Node & Express. Tested with Chai & Mocha.

Routes

GET      /api/employees
POST     /api/employees
DELETE   /api/employees/:id

Usage

# Install dependencies
npm install

# Run in development
npm run dev

# Run in production
npm start

# Run tests
npm test

About

REST API

Resources

Stars

Watchers

Forks

Contributors