Skip to content

yans80/shareit_be

Repository files navigation

shareit backend

Socket.IO, MongoDB/Mongoose

Installation and set up

Database set up

  • 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 [email protected]
    
  • Create a database called shareit through either MongoDB Compass or MongoDB shell

    If you are using MongoDB shell

    Connect to a MongoDB deployment running on localhost with default port 27017

    mongosh
    

    Create database shareit

    use shareit
    

Local Server set up

npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published