Skip to content

CodeClan is a Django-based web application that allows developers to store, organize, and share their code snippets. Users can also post questions and receive answers from the community, creating a collaborative platform for learning and knowledge sharing.

Notifications You must be signed in to change notification settings

iMercyvlogs/CodeClan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

CodeClan Description CodeClan is a Django-based web application that allows developers to store, organize, and share their code snippets. Users can also post questions and receive answers from the community, creating a collaborative platform for learning and knowledge sharing.

Features Code snippet management Users can save,manage and share their personal code snippets Question and Answer Users can ask questions and receive answers from the community Collaborative learning Developers can learn from shared code snippets and community discussions Installation To set up the CodeClan project, please follow these steps:

Clone the repository: Copy git clone https://github.com/imercy-massang/codeclan.git Create a virtual environment and activate it: Copy python -m venv venv source venv/bin/activate Install the required dependencies: basic Copy pip install -r requirements.txt Apply the database migrations: Copy python manage.py migrate Start the development server: Copy python manage.py runserver The application should now be accessible at http://localhost:8000.

Contributing We welcome contributions to the CodeClan project. If you would like to contribute, please follow these steps:

Fork the repository Create a new branch for your feature or bug fix Make your changes and commit them Push your changes to your forked repository Submit a pull request to the main repository Contact For any inquiries or issues related to the CodeClan project, please contact me at httms://www.linkedin.com/in/imercy-massang

About

CodeClan is a Django-based web application that allows developers to store, organize, and share their code snippets. Users can also post questions and receive answers from the community, creating a collaborative platform for learning and knowledge sharing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published