Made with ♥ in India by saru
- node
git clone https://github.com/saru-d2/teams-clone-backend.git
cd teams-clone-backend
npm install
npm start
If you want to use nodemon (live reloading of the app) instead of node run
node run dev
In the off chance that you found this before the frontend code, you can find that here
- built with OOPS.
- powered by mongoose (MongoDB), socket.io, express and node.