Skip to content

Peridot-lls/learnvault

Folders and files

NameName
Last commit message
Last commit date
Jun 12, 2020
Jun 20, 2020
Jun 20, 2020
Jun 20, 2020
Jun 19, 2020
Jun 10, 2020
Jun 20, 2020
Jun 12, 2020

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