This is a back-end server for a mini web app with business card theme that lets users create their profiles and present it publicly in the site's dashboard. This app is made to demonstrate a development with multiple tech-stack, covering front-end, back-end, and database.
The follownig are the technology/framework stack used for the front-end, back-end, and DB servers.
- Node.js
- Express.js
- MongooseJS: IMO Its more homogenous with the JS way than the offical mongo api.
- MongoDB cloud (Atlas) (serverless): exteremly simple to setup and manage.
- MongoDB server (deprecated, in favor of Mongo Atlas)
- Postgresql (deprecated, in favor of Mongo)