Skip to content

Full stack setup with Django rest framework, postgreSQL and react

Notifications You must be signed in to change notification settings

nyuaugmentedlibrary/NYUARLibrary

 
 

Repository files navigation

NYU Augmented Library - Reservation App

This repository contains the code for the reservation app as part of the NYU Augmented Library VIP.

Getting Started

https://docs.google.com/document/d/1_okxWUFDqEBNHw4wf6aZFj2z2qXhvWj2gNh9S8s3GEU

Documentation

Backend: https://docs.google.com/document/d/1skh4HtpHSaQKvrK4KaAXby00H9z7LqnadzJWIiFij8w/edit?usp=sharing

Formatting

This code adheres to the PEP8 formatting guidelines. Here is how to format your code:

find . -name "*.py" -exec autopep8 --in-place --aggressive --aggressive {} \;

About

Full stack setup with Django rest framework, postgreSQL and react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.4%
  • JavaScript 4.3%
  • HTML 3.7%
  • Dockerfile 3.2%
  • CSS 2.0%
  • Makefile 0.4%