Note
Keep in mind the backend hosted on the free provider Render and it is needed up to two minutes for it "to wake up" and download data from DB.
The project was created on the Node.js platform using Express framework
Communication with the database is provided by using mongoose library through the MongoDB database management system
npm install
— startnpm start
— server start in production modenpm run start:dev
— start the server in development mode