codecommunitymusic-client
codecommunitymusic-client copied to clipboard
CodeCommunityMusic is a community of developers and musicians who are passionate about music and code.
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
- Clone the repository to your local machine.
git clone https://github.com/Abbhiishek/codecommunitymusic-client.git
- Go to the client directory
cd codecommunitymusic-client
- Install dependencies
yarn
- Start the server
yarn dev
The client should be accessible at http://localhost:3000.
or
Using docker
- Clone the repository to your local machine.
git clone https://github.com/Abbhiishek/codecommunitymusic-client.git
- Go to the client directory
cd codecommunitymusic-client
- 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.