Skip to content

A social media platform for uploading and browsing code snippets

Notifications You must be signed in to change notification settings

mike-gustafson/codart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codart

Table of Contents

Introduction

Codart is a social media application focused on sharing code snippets with other developers

Features

Key features:

  • User authentication and profile management
  • Real-time collaboration on code
  • Networking with fellow engineers

Technologies Used

Mention the technologies, frameworks, and libraries used in Codart. For example:

  • Django
  • Postgres
  • HTML/CSS/JavaScript
  • Bootstrap

Setup

Prerequisites

Python, pip

Installation

Follow the commands below

git clone https://github.com/yourusername/codart.git
cd codart
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate

Starting the App

python manage.py runserver

Go to 127.0.0.1:8000 in your browser

Create an account and try it out

Testing

python manage.py test

Deployment

Codart is deployed at: http://codart.social

About

A social media platform for uploading and browsing code snippets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages