Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 479 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 479 Bytes

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)