8000 GitHub - spaceboy70/project_2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

spaceboy70/project_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{
  "engines": {
    "node": "13.12.0"
  },
  "name": "project_2",
  "version": "1.0.0",
  "description": "",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js",
    "dev": "nodemon"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}

Remember YOUR ENGINES or it won't work !!!!!!!!!! Make sure you have start.

My first unit2 project is to catalog one's video collection. It allows to save info about each video an image and what format(DVD, GooglePlay, Amazon Prime) it is owned. It allows for a login and pass word prtected.

The app is built as an express server utilizing express, express react views, react, method-override, and bcrypt for password protection.

The app uses mongoDB to save the collection.

The app is scalable to add other media collections such as audio( CDs, Vinyl, digital) and so forth.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0