IhorKlimov / DiplomaServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiplomaServer

Database

Database is a MongoDB with a use of Mongoosh. To connect to it from a terminal, run this command

mongosh

and then use any of the commands https://www.mongodb.com/docs/mongodb-shell/crud/

Starting a local database

To start

brew services start mongodb-community@7.0

To stop

brew services stop mongodb-community@7.0

About


Languages

Language:JavaScript 100.0%