This project contains two main folders:
Backened- The backend service.livecoinmarketplace- The frontend service for live coin marketplace.
Before you begin, ensure you have met the following requirements:
- You have installed Node.js and npm.
- You have a terminal or command-line interface.
- Clone the repository:
git clone https://github.com/your-username/your-repo-name.git
- Navigate to the project directory:
cd your-repo-name
- Open a new terminal window.
- Navigate to the
Backenedfolder:cd Backened - Install dependencies:
npm install
- Run the development server:
npm run dev
- Open another new terminal window.
- Navigate to the
livecoinmarketplacefolder:cd livecoinmarketplace - Install dependencies:
npm install
- Start the frontend application:
npm start
- Live Coin Market Api Provider
This project is licensed under the MIT License. See the LICENSE file for details.
