Skip to content

An application that allows students (Users) to create decks of flash cards (Card Decks) within a computer’s user interface.

Notifications You must be signed in to change notification settings

bakiromar/Flashcards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flashcards

Project 2520

This is a web application project that we are creating for Course 2520 in the CIT program at BCIT. It will help users to create study cards Implements mongodb and is programmed in Node JS, html, css. This is our main/live repository

Dependencies:

  1. Install Node
  2. Go to the right directory to install node_modules
  3. npm install express --save
  4. npm install --save handlebars
  5. npm install file-system --save
  6. npm install mongodb --save
  7. npm install client-sessions
  8. npm install dotenv

How to add a file and commit it in GitHub:

  1. git status
  2. git add .
  3. git commit -m "message"
  4. git push origin master
  5. git fetch upstream
  6. git merge upstream/master

Merging the main repository to your local repository:

  1. open git bash and move to the correct directory
  2. git fetch upstream
  3. git merge upstream/master
  4. merge any conflicting changes in an editor
  5. git push origin master

About

An application that allows students (Users) to create decks of flash cards (Card Decks) within a computer’s user interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.3%
  • CSS 23.4%
  • HTML 15.3%