Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 254 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 254 Bytes

designthriving-backend

This repo contains the code for the custom server for the front-end. It manages everything from DB queries to sockets for real-time user updates.

Running (development)

npm run dev

Running (production)

npm run start