MyBrand-BE serves as the backend for the MyBrand project. It handles the server-side logic and database operations using Node.js and Express. MongoDB is utilized as the database to store and manage data related to the project.
- Node.js
- Express
- Mongoose
- MongoDB
To set up the MyBrand-BE project, follow these steps:
git clone https://github.com/your-username/MyBrand-BE.git
cd MyBrand-BE
npm install
npm start