The back-end project is focused on creating a server for the WTWR application. This project handles all requests for creating and finding users, and all requests relating to the clothing items.
npm run start
— to launch the server
npm run dev
— to launch the server with the hot reload feature
The project uses Node.js, Express.js, ESLinter, and MongoDB