Skip to content

erokemwa/Code-Log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-Log

Ed-Tech

User Story: Code-Log

As a software developer

I want to publish a code snippet on Code-Log

So that I can share my code with the community and receive feedback on it.

Acceptance Criteria:

  1. Upon logging in, I am directed to my dashboard.
  2. On my dashboard, I can initiate the creation of a new code snippet.
  3. I can enter a title, description, and code for the snippet and preview its appearance.
  4. After reviewing, I can publish the code snippet.
  5. Published snippets are visible with proper formatting and syntax highlighting.
  6. Other users can leave comments or submit debugging solutions for my snippet.
  7. My dashboard lists published snippets with titles, descriptions, and comment/debugging solution counts.
  8. I can edit the title, description, and code of a published snippet.
  9. I can remove a published snippet after confirming the deletion.
  10. An embed code is provided for each snippet, allowing me to share it on external websites or blogs.

Overview

Flask web application.

Table of Contents

Getting Started

  1. Installation

  2. Clone the repository

git clone https://github.com/erokemwa/Code-Log/
  1. Navigate to the project directory
cd Code-Log
  1. Install dependencies
pip install -r requirements.txt

About

Ed-Tech

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published