Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 278 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 278 Bytes

Backend Boilerplate

A simple node.js backend that supports:

  • Events (socket.io)
  • API routing (express)
  • Database (mongoose)
  • Type Safety (typescript)
  • Colorful Logging (chalk)

Scripts

  • npm start for starting the project
  • npm run dev for development script