Skip to content

This is a repository for a webchat website POC.

License

Notifications You must be signed in to change notification settings

Bilmashajit/WebchatWebsite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebchatWebsite

This is a repository for a webchat website POC. THIS PROJECT WILL BE UPDATED WHEN I HAVE TIME!

About

The purpose for this project was to teach myself more about web develpment by challenging my self to make a encrypted webchatting website.

Building

npm install sqlite3          -API
npm install cors             -API
npm install express          -API/CLIENT
npm install react-router-dom -CLIENT

Usage

This project is ready to go once you npm start. Open http://localhost:8070 to view the website in your browser. The datatable contains a default user, the login credentials are:

username: user
password: pass123
* If logging in with the default does not work, drop the table and recreate it with the DBINFO.txt file.

Media

About

This is a repository for a webchat website POC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.3%
  • CSS 20.2%
  • HTML 3.0%
  • Pug 1.5%