[go: up one dir, main page]

Skip to content

LesiaUKR/todo_list_app_automaze_server

Repository files navigation

todo_list_app_automaze_server

The server part of the TaskApp project

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.

Presentation

Technologies

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

Commands:

  • npm install — start
  • npm start — server start in production mode
  • npm run start:dev — start the server in development mode