shlogg · Early preview
Kihuni @skihuni

GitHub Copilot Streamlines Development With Fresh Slate API

Built Fresh Slate API with Django & Django REST Framework using GitHub Copilot for code suggestions, boilerplate generation & error solutions. Streamlined dev process, focusing on core functionality & logic.

This is a submission for the GitHub Copilot Challenge: New Beginnings

  
  
  What I Built

With the help of GitHub Copilot, I built the Fresh Slate API, a project management tool that allows users to manage goals, milestones, daily progress, and productivity patterns. The API is built using Django and Django REST Framework, and it includes features such as user authentication, API documentation with Swagger and ReDoc, and JWT-based authentication.

  
  
  Demo

  
  
  List All Goals

Description: This screenshot shows the response of the GET /goals/ endpoint, listing all the goals....