Skip to content

This is a simple chatting app that uses bcrypt to hash the passwords and jwt to authenticate the users

Notifications You must be signed in to change notification settings

aureliagorzna/chatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

This is a generic chatting app using bcrypt to hash passwords and JWT to authenticate users.

  • beta version

HOW TO RUN

Download the repo and run those commands:

  • cd backend && npm i
  • npm run start
  • continue in another console
  • cd frontend && npm i
  • npm start
  • go to http://localhost:3000

--> Here's a fun fact: the "pawelmeszynski" contributor was actually me forgetting to change git settings before pushing the app on my internship PC (they set their name globally)

About

This is a simple chatting app that uses bcrypt to hash the passwords and jwt to authenticate the users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published