ColorsPlanet Backend serves as the backend component for the ColorsPlanet web application. It is developed using Node.js and MongoDB, providing the necessary APIs for the frontend to interact with the database and perform various color-related functionalities.
To run the ColorsPlanet Frontend locally, follow these steps:
- Clone the repository:
git clone https://github.com/Anonsatyam/colorsPlanet_Backend.git
- Navigate to the project directory:
cd colorsPlanet_Backend - Install dependencies:
npm install
- Start the Angular development server:
npm start
- The backend server will be running at http://localhost:3000
The frontend client interacts with the backend server to fetch color data and perform various functionalities. Make sure to set up the frontend client by following the instructions in the colorsPlanet_Frontend repository.
· Access different color sections through the navigation menu provided by the frontend client.
· Copy the hex code of a color by clicking on it.
· Paste the color code into your project's code editor or design tool for use.
Contributions to ColorsPlanet Backend are welcome! If you have ideas, bug reports, or feature requests, please open an issue or submit a pull request.
This project is licensed under the MIT License