Imterest is a web platform inspired by Pinterest, allowing users to explore, save, and manage images with an interactive and visually appealing interface. The project aims to provide a seamless and engaging experience for users who love visual content. With a powerful backend and a modern frontend, Imterest ensures smooth performance and an intuitive user experience.
Imterest is a project consisting of two parts:
- Imterest_BE: The backend system.
- Imterest_FE: The frontend system.
git clone <repository-url>
cd Imterestcd Imterest_BE
npm install # Install dependencies
npm start # Start the backend serverThe backend server will run based on the configuration in
package.json.
cd ../Imterest_FE
npm install # Install dependencies
npm run dev # Run the frontend in development modeThe frontend will run in development mode.
- Backend: Node.js, Express, PostgreSQL
- Frontend: React, Vite
If you have any questions or issues, please contact us via email: nguyenchuong.working@gmail.com or create an issue on GitHub.
Make sure you have Node.js installed before running the project! 🚀