WebchatWebsite
This is a repository for a webchat website POC.
About
This project was intended to teach myself more about web development and to create a online chatting website.
Building
It is very simple to build this project.
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.