Skip to content

tans105/astro-project-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astro Project Server

Web server for MangalamBhav.

Responsible for all the heavy lifting behind the scene

  • User Authentication (Registration, Validating, Interception)
  • Encryption and Encodings
  • Process User queries of all kind
  • Dispach email of confirmation, receipt, feedbacks
  • Seed the database with the configurations and schemas
  • Store the queries in the postgres database

Architecture: Controller -> Service -> DAO.
Languages/Frameworks: nodejs(14+) Database: Relational (Postgres)
Client Side Code:: https://github.com/tans105/astro-project