Skip to content

Code Community Music is a community driven platform for developers to share and collaborate on projects and ideas.

Notifications You must be signed in to change notification settings

Abbhiishek/codecommunitymusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Community Music

Code Community Music is a community driven platform for developers to share and collaborate on projects and ideas. We are a group of developers who are passionate about solving problems and building solutions.

Acknowledgements

Documentation

We welcome contributors who are interested in building and developing the platform. Check out our 📃

Documentation

Authors

Tech Stack

Client: React, Nextjs, TailwindCSS

Server: Python, Django

Database: Postresql

Run Locally Using Docker 🐬

  1. Clone the project
  git clone https://github.com/Abbhiishek/codecommunitymusic.git
  1. Go to the project directory
  cd codecommunitymusic

we have two submodules named as client and server.

  1. Pull Both the Submodules
  git submodule update --init --recursive
  1. Install Docker

  2. Build the image and run the instance

docker compose -f docker-compose.dev.yml  up --build --force-recreate

There are 4 container currently running to provide you all feature.

check out you docker conatiners you might see similar as below:

image
  1. If you want to view the backend admin panel, you would require to create one superuser for that. Run the below command in another terminal instance at same path as before
docker compose -f docker-compose.dev.yml run --rm  backend python manage.py createsuperuser

You will be asked for username , email address & password of your choice.

  1. Now you can access the backend admin panel at http://localhost:8000/admin

  2. Down the containers

docker compose -f docker-compose.dev.yml  down

Sub Modules Projects

Here are the submodule repo that this project uses. You can contribute through those repos

Walkthrough the Porject 🚶

Insert gif or link to demo

Features

  • Light/dark mode toggle
  • Live previews
  • Fullscreen mode
  • Cross platform

Feedback

If you have any feedback, please raise a issue. Feel free to drop a star ⭐

About

Code Community Music is a community driven platform for developers to share and collaborate on projects and ideas.

Topics

Resources

Stars

Watchers

Forks