QuickTalk is a way to practice language skills. It matches teaches and learners with time taught as the currency.
You will need Node, Mongo and
git clone https://github.com/hbracy/quicktalk.git
in the directory of the folder you plan to be the parent of quicktalk.- Within files
app.js
,public/function.js
,public/index.html
, there is a part commented as "Relevant IP Addresses." Within these lines of code, ensure that your private IP address (starting with 192) is being used.
- To run the backend, type
node app.js
into the command line from the root directory. You should seeServer running at http://<ip:port>/
. - To run the front end, open the file at public/index.html in a web browser.
- To edit the backend, make your edits and rerun the the backend with
node app.js
. - To edit the front end, make your edits and refresh the page.
Project is created with:
- Node
- React
- SocketIO
- Harold Bracy - initial work