Skip to content

Belchenkov/node-twitter-like

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Like

Create MVC applications using Node.js and the express framework Built safe routes and a very robust authentication with session control, storage of session cookies, and encrypted passwords. Used MongoDB to store the data of users and comments.

Usage:

git clone
 npm i   
 npm run dev