Skip to content

CodeCommunityMusic is a community of developers and musicians who are passionate about music and code.

Notifications You must be signed in to change notification settings

Abbhiishek/codecommunitymusic-client

Repository files navigation

Code Community Music-Client Readme

Welcome to the Code Community Music-client. This Next.js application serves as the frontend for the Code Community Music. This README will guide you through the local setup process, including connecting with the backend server of this project.

Prerequisites

  • Node.js
  • npm(node package manager)

Setup Instructions

Open your terminal or command prompt.

Create a directory for your project:

  mkdir codeCommunityMmusic
  cd codeCommunityMusic

Client

  1. Clone the repository to your local machine.
  git clone https://github.com/Abbhiishek/codecommunitymusic-client.git
  1. Go to the client directory
  cd codecommunitymusic-client
  1. Install dependencies
  yarn
  1. Start the server
  yarn dev

The client should be accessible at http://localhost:3000.

or

Using docker

  1. Clone the repository to your local machine.
  git clone https://github.com/Abbhiishek/codecommunitymusic-client.git
  1. Go to the client directory
  cd codecommunitymusic-client
  1. Build the docker image:
docker compose up

4.Run the docker container:

docker run -p 3000:3000 codecommunitymusic-client

Server

For setting up the django backend server of this project, navigate to https://github.com/Abbhiishek/codecommunitymusic-server & follow the Setup Instructions.

About

CodeCommunityMusic is a community of developers and musicians who are passionate about music and code.

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •