-
Project work "Movies Explorer (back-end)".
-
Directories
/public
— statics obtained as a result of building a front-end application in React;/routes
— router file folder;/controllers
- folder with controllers;/models
- folder with DB diagrams;/errors
- folder with error classes.
- Run the project
npm run start
— start a server;npm run dev
— start a server with hot-reload;npm run lint
— start a linter to check the project for errors.
- Stack:
- Node.js;
- express.js;
- MongoDB.
-
System preferences: Node.js; framework - express; extensions: Node.js, mongoDB, mongoDB Compass.