Skip to content

wildmakaka/NodeJS-CRUD-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NODEJS-CRUD-API

# Routes
GET      /api/users
POST     /api/users
GET      /api/users/${id}
PUT      /api/users/${id}
DELETE   /api/users/${id}

Usage

# Install dependencies
npm install

# Run in develpment
npm run start:dev

# Run in production
npm run start:prod

# Run the cluster
npm run start:multi

# Run tests
npm run test

Server is running on port 4000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • Shell 0.1%