Skip to content

A full-stack CRUD app which uses MongoDB to generate, replace, and delete data entries.

Notifications You must be signed in to change notification settings

ec-coding/CLU-Scape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A MongoDB-CRUD web app inspired by TRON: Legacy

A full-stack CRUD app that links with MongoDB to read and update quote entries made by the user.
Inspired by the film: TRON: Legacy.

Wallpaper by: Sarah-Hextall-Design

How It's Made:

Tech used:

Optimizations

  • Add additional update operations to identify & replace additional quote entries.
  • Integrate animations upon html element refresh.
  • Enable mobile-friendly viewports.

Lessons Learned:

  • EJS (Embedded JavaScript)

    • Using template engine-specific syntax to generate additional HTML via JavaScript
  • CSS

    • Experimented with box shadows and background image integration
    • Tested font imports to simulate those used in the TRON: Legacy film
  • JavaScript

    • Database handling using MongoDB integration via MongoClient
    • Create operations using POST methods to publish user quote entries
    • Read operations using GET methods to render results on .ejs sheet
    • Update operations using PUT methods to swap specific quote entries with a designated replacement
    • Delete operations using DELETE methods to remove replacement quotes

About

A full-stack CRUD app which uses MongoDB to generate, replace, and delete data entries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published