Skip to content

A simple api working with express middleware on nodejs server.

License

Notifications You must be signed in to change notification settings

salespaulo/simple-api-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-api-express

A simple api working with express middleware on nodejs server.

Technologies

Comands

  • To compile
npm run compile
  • To production
npm run app
  • To development
npm run dev
  • Only test
npm run test