An open API service indexing awesome lists of open source software.

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,

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.