README.md
1.1 KB
☔️ Weather Chatbot
About the project
This web-app project contains 3 functionality.
- Weather Chatbot that doesn't look like a chatting app.
- twitter like social network service.
- Secure(encrypted) messaging service. (not built)
- Signin/CreateAccount with Google/GitHub using OAuthl. (not built)
The main goal of this project is not to make something useful but to learn/use as much as possible.
Getting Started
weather-chatbot URL -> Not properly working due to firewall issue
Clone the repo on your computer (temporal solution)
Clone the repo $ git clone http://khuhub.khu.ac.kr/2019102244/weather_chatbot.git
Install node_modules
install at server dir $ cd /server $ npm install
- install at client dir $ cd .. $ cd client $ npm install
start the web-app $ cd .. $ cd server && npm start
Load the repo on web browser localhost:8080
Roadmap
- Front End : React
- Back End : node.js & expressjs
- authentication/authorization : JWT, bcypt
- Domain Name : domain.com
- Hosting : aws lightsail
License
MIT License