Skip to content

siangyin/backend-practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Backend practices

Express Session EJS Landing page | demo links

Learning

  • Authentication
  • Express-Sessions/Cookies
"dependencies": {
		"bcryptjs": "^2.4.3",
		"connect-mongodb-session": "^3.1.1",
		"dotenv": "^10.0.0",
		"ejs": "^3.1.6",
		"express": "^4.17.2",
		"express-session": "^1.17.2",
		"mongoose": "^6.1.3"
	},

UI

img

img

img