mirror of
https://github.com/Discreetly/server.git
synced 2026-04-17 03:00:55 -04:00
da26a29486e4d7704cd4db312cad174a4280149f
Refactored Express and SocketIO to be on 1 port, which is assigned by an environmental variable within heroku for production, and is 3001 for development. The Express Rest API works, but the socketio connections are untested as of right now
Dev
npm i
Run Redis
Need to have a redis instance running
Run the backend
npm i
npm run dev
Description
Languages
TypeScript
99.6%
JavaScript
0.4%