Giter Site home page Giter Site logo

apollomusic-spotifyclone's Introduction

Docker Compose Application Setup Guide

Overview

This guide provides instructions for running our application using dotnet and npm.

Prerequisites for .NET CLI:

  1. Operating System Compatibility:

    • .NET CLI is compatible with Windows, macOS, and Linux distributions. Ensure your operating system is supported by .NET Core.
  2. .NET Core SDK:

    • Install the .NET Core SDK appropriate for your operating system. You can download it from the official .NET website: Download .NET.
  3. System Requirements:

    • Check the system requirements for the .NET Core SDK to ensure your system meets the necessary specifications in terms of processor, memory, and disk space.
  4. .NET CLI Installation:

    • Once you have downloaded the .NET Core SDK, follow the installation instructions provided for your specific operating system. After installation, verify that the dotnet command is available in your terminal or command prompt.

Prerequisites for npm:

  1. Node.js Installation:

    • npm (Node Package Manager) comes bundled with Node.js. Therefore, to install npm, you need to install Node.js first.
    • Download and install Node.js from the official Node.js website: Download Node.js.
  2. Operating System Compatibility:

    • Node.js and npm are available for Windows, macOS, and Linux distributions. Ensure your operating system is compatible.
  3. System Requirements:

    • Check the system requirements for Node.js to ensure your system meets the necessary specifications in terms of processor, memory, and disk space.
  4. npm Verification:

    • After installing Node.js, verify that npm is installed by opening your terminal or command prompt and running the following command:
     npm --version

This command should display the installed version of npm.

Ensure that you have met these prerequisites before attempting to use the .NET CLI or npm for development or deployment purposes. Following these steps will help ensure a smooth setup and usage experience for both tools.

Getting Started

1.Clone the Repository:

   git clone https://github.com/Danville101/ApolloMusic-SpotifyClone
   cd ApolloMusic-SpotifyClone

2.Start Backend

    cd server
    dotnet restore
    dotnet build
    dotnet run

3.Start Frontend:

    cd ../client
    npm install
    npm run start

4.Access the Application:

Open your web browser and navigate to http://localhost:3000

Email: [email protected] to request mongodburi

Thanks for visiting ย 

apollomusic-spotifyclone's People

Contributors

danville101 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.