Socket.IO, MongoDB/Mongoose
-
Mongodb 7.0.0
-
Install MongoDb by downloading Mongodb 7.0 communtiy server here
Or use Homebrew if you are on MacOS
brew tap mongodb/brew
brew update
brew install mongodb-community@7.0
-
Create a database called
shareit
through either MongoDB Compass or MongoDB shellIf you are using MongoDB shell
Connect to a MongoDB deployment running on localhost with default port 27017
mongosh
Create database shareit
use shareit
npm install
npm start