The Chat App Project is a fullstack project made in early 2021.
This backend project is deployed on Heroku.
If you want to take a look on the frontend project made with React and Socket.io, follow this link : Chat App Client.
Packages & libraries used :
You will need node and yarn or npm installed globally on your machine.
Clone this repository :
git clone https://github.com/Corinne-Coding/To-do-List-express-API.git
cd To-do-List-express-APIInstall packages with yarn or npm :
yarnor
npm installWhen installation is complete, start the server :
npx nodemon