Skip to content

gnenov89/SafeChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safechat

The messaging app that keeps your messages safe from prying eyes.

About

SafeChat is massaging app which keeps your privacy private. All you need to do is click on the lock button right next to the SafeChat tag and you will hide your actual chat with a dummy chat box.

Project Link

(http://www.safechatonline.com)

Project Structure

── LICENSE
├── README.md
├── config
│   ├── connection.js - // Connect to MySQL
│   ├── io.js  - // This page defines the server-side listener for socket emits
│   └── orm.js // Connect to connection.js file 
├── controllers
│   └── controller.js // Routing with Express.js + messageModel from ./models/messages.js
├── db
│   └── schema.sql //MySql initial schema 
├── models . 
│ └── message.js -// Import the ORM to create functions that will interact with the database.
├── package.json
├── public
│   ├── logo.png
│   ├── script.js
│   └── style.css
├── server.js
└── views
    ├── index.handlebars  
    └── layouts
        └── main.handlebars . 

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published