Skip to content

MongoDB, Express, Node and JET - the MENJ stack

Notifications You must be signed in to change notification settings

anirbmuk/hr-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hr-store

MongoDB, Express, Node and JET - the MENJ stack


Related blog

https://jetsolutions.anirbanblogs.com/2020/03/jet-with-mongodb-nodejs-and-express.html


REST API (Node and Express)

https://github.com/anirbmuk/hr-server.git

REST API (Node and Express) - TypeScript

https://github.com/anirbmuk/hr-server-ts.git


Cloud deployment

JET - https://menj-stack.herokuapp.com (Heroku decommissioned)
Node & Express - https://menj-server.herokuapp.com (Heroku decommissioned)
Mongo - Cloud atlas


Technical mumbo-jumbo

What I wanted What I got
IDE MS Visual Studio Code
Front-end Oracle JET (7.2.0)
Database MongoDB
Middleware Node, Express
MW Hosting Heroku
App Hosting Heroku

Sample Users

Employee - hremployee@domain.com/retail@321 (privilege: view || language: spanish)
Manager - hrmanager@domain.com/retail@123 (privilege: create, edit || language: english)
Admin - hradmin@domain.com (privilege: create, edit, delete || language: english)