Giter VIP home page Giter VIP logo

learnvault's Introduction

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:

    • User Collection

    • Collections Collection

    • Example mongoimport commands. The values for your DB can be found in Atlas, under Clusters -> Collections -> Command Lines Tools -> Data Import and Export Tools section:

    mongoimport --host YOUR_MONGO_CLUSTER --ssl --username USERNAME --password PASSWORD --authenticationDatabase admin --db DB --collection collections --type json --file ../getting-started/collections.json --jsonArray
    mongoimport --host YOUR_MONGO_CLUSTER --ssl --username USERNAME --password PASSWORD --authenticationDatabase admin --db DB --collection users --type json --file ../getting-started/users.json --jsonArray
  • Project uses an .env file to store sensitive data. Create one in the root of ./server and store the following values

    • DB=MONGO_DB_CONNECTION_STRING (can be found in Atlas, under Clusters -> Connect -> Connect your application)
    • PORT=SERVER_PORT (the code will default to 5000)

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

learnvault's People

Contributors

sdang-git avatar zealousanemone avatar meyges avatar robcodehub avatar mariuszdabrowski avatar duliodenis avatar divinesweet avatar

Stargazers

Roman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.