Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 647 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 647 Bytes

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"