Skip to content

VaultedTech/learnvault

 
 

Repository files navigation

LearnVault

A way to organize, share and discover great developer links of tutorials, blogs, and podcasts.

Project Structure

  • /client

    React project

  • /server

    Node-Express project (using MongoDB)

Getting Started

  • After cloning
    • cd into both client and server and npm install,
    • then npm start in either client or server folder.
  • Project uses concurrently to invoke both React (port 8080) and Node (port 5000).
  • To seed the Mongo DB use the following:

Future work:

  1. Save Button
    • Currently saves to dabase (BE done) but UI FE requires work.
  2. Usage of fontawesome is currently via CDN.
    • npm a fontawesome package for performance.

Scratch Project Presentation Deck

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.1%
  • TypeScript 37.5%
  • CSS 2.9%
  • HTML 0.5%