Skip to content

Proof-of-concept for building CodeBuddies v3 using Django and React

Notifications You must be signed in to change notification settings

zashary/django-concept

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Django proof-of-concept for CodeBuddies V3

Background: codebuddies/codebuddies#1136

The API spec all the proof-of-concepts: https://app.swaggerhub.com/apis-docs/billglover/CodeBuddies/0.0.1

Crowdsourced brainstorm of problems we want to solve: https://pad.riseup.net/p/BecKdThFsevRmmG_tqFa-keep

Setup

  • Make sure you have Postgres 11.1 installed
  • Create a Postgres user by typing createuser --interactive --pwprompt
  • Create a database in Postgres called cbv3_django_prototype by typing createdb cbv3_django_prototype
  • Type pip install -r requirements.txt in your command line

Proof-of-concept Goals

A resource datastore

  • save resource
  • delete resource
  • update resource
  • list resource
  • search resources

Resource:

  • title
  • description
  • type
  • credit
  • url
  • referrer

The start of a resource bookmarking/archiving service.

  • Calendar/hangouts
    • How easy would it be to make a calendar widget that lets users block out times they're free for hangouts?

Findings

Technologies Used

About

Proof-of-concept for building CodeBuddies v3 using Django and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.4%
  • JavaScript 3.0%
  • HTML 0.8%
  • CSS 0.5%
  • TeX 0.2%
  • C 0.1%