/Chatup

Cool Communication application between friends with a 2 step user authentication.

Primary LanguageJavaScript

Chatup

This is my cool communication application

It allows:

  • Texting and Chating with friends
  • group chats
  • giving friends different names than what they class themselves
  • infinite color themes management
  • User authentication
  • 2 step verfication with email
  • notifications
  • search functions
  • SQL database support

How to use:

  • Download the files or clone the repository
  • Open command line
  • Get into your folder in the cmd
  • Write this line: "npm install" || You have to have npm
  • Write at the cmd "npx sequelize-cli db:migrate" || You have to have "DB Browser (SQLite)" to view th database
  • Write at the cmd "npm run start"