Skip to content

ENG-Mazri/DocCase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocCase

DocCase is an AEC web application that allows architechts and engineers to create an account and add pages, Each page is a document presenting a case study, that contains its title, a picture of it, some information about it, a descritption and some files like PDF, RVT, DYN...

You can check the app here

Todos:

  • Setup the project
  • Build routes
  • Connect routes to Postgresql
  • Create the CRUD methods
  • Build auth system using JWT
  • Build users profiles
  • Build frontend with React
  • Add firebase to store binary data
  • Add delete/edit options to pages
  • Add 3d viewer sapce option to pages
  • Add markdown components instead of using html text inputs
  • Deploy the app to Heroku