Rococo is a dynamic, user-centric website designed to aggregate and systematically display coupons and active sales, providing users with a seamless and efficient way to access the latest deals.
- Admin Dashboard: Integrated AdminBro for a simplified and efficient administrative workflow, aiding in the management of database records.
- User Engagement: Enhanced user interactivity with visually appealing design elements and intuitive navigation structures.
- Responsive Design: Optimized for responsiveness and cross-browser compatibility, ensuring accessibility across various devices and browsers.
- Node.js
- MongoDB
- Clone the repository:
git clone https://github.com/MuratovArthur/Rococo.git
- Navigate to the project directory:
cd Rococo - Install dependencies:
npm install
- Set up environment variables in a
.envfile in the root directory. Example:databaseURL=database_url AD_EMAIL=admin_emaiil AD_PASS=admin_password PASS=path_to_admin
- Run the application:
node app.js
Navigate to http://localhost:3000 on your browser to access the website.
For administration, access the admin dashboard at http://localhost:3000/admin.


