https://github.com/satriaapn/chat-web-app
functionally working chat web app, with authenthication and authorization, and using crypto library to encrypt and decrypt password into database,
https://github.com/satriaapn/chat-web-app
express-js fullstack-javascript javascript mongodb node-js
Last synced: 19 days ago
JSON representation
functionally working chat web app, with authenthication and authorization, and using crypto library to encrypt and decrypt password into database,
- Host: GitHub
- URL: https://github.com/satriaapn/chat-web-app
- Owner: SatriaAPN
- Created: 2021-07-06T07:01:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T06:14:48.000Z (almost 5 years ago)
- Last Synced: 2026-03-29T21:51:18.773Z (28 days ago)
- Topics: express-js, fullstack-javascript, javascript, mongodb, node-js
- Language: EJS
- Homepage:
- Size: 1.64 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-app
chat-app is a very simple chat application
Update 4 - application finally ready to use
check folder App-screenshot to see more detail about the app
specification :
-using Express js framework as the server-side application
-mongoDB as database
-using ejs as template engine to run the frontend
-using REST as API
-functional CRUD
-using JOI as data validation
-using crypto library to encrypt and decrypt password
feature :
-login page with working authentication and authorization
-register page with working API that save to mongoDB
-main page with working API
-setting page with working API
-and many other feature
note : i'm heavily focused on building the backend, for the frontend i'm using bootstrap and other free template
from free source.