Skip to content

ilaypilo/Colman-Y03S01-Advanced-Web-Applications

Repository files navigation

Prerequisites

  1. Node.js
  2. MongoDB
  3. Angular CLI: "npm i -g @angular/cli"
  4. From project root: "npm install"

Run

Development mode

"npm run dev": execute MongoDB, Angular build, TypeScript compiler and Express server.

Production mode

"npm run prod": run the project with a production bundle and AOT compilation listening at localhost:3000

Mongo

db name: mean change user to admin:

db.users.update({username:"admin"}, {$set: {role : "admin"}})

z create assets collection:

db.createCollection("assets")
db.assets.insert({})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •