Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 834 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 834 Bytes

Project Assessment:

Planne5D is another project for evaluatn of skills

What's the task / staus?

* Upload p5d json file or enter web link to that resource. Partialy done (REST endpoint).
* Display all uploaded files to frontend with a preview button of that file. Partialy done - no GUI ( REST endpoint for to get all files)
* After clicking "Preview" button redirect to page where floor plans would be drawn. Not implemented
* Take one of the projects and generate 1kkk of copies and make it searchable by name. Implemented via migrations on applcation startup

How to run?

  • git clone this project
  • run npm install
  • run npm run start

Prerequisites: Any IDE Node v8+ NPM v5+