Initial Commit

+ Dockerization
+ Git Setup
+ Example Files
+ HandleBars Setup
+ Express Logic
+ Folder Structure
+ LICENSE
+ Public Folder
This commit is contained in:
2022-05-10 00:15:45 +03:00
commit 1b8292dc50
25 changed files with 3209 additions and 0 deletions

5
Views/layouts/main.hbs Normal file
View File

@@ -0,0 +1,5 @@
{{> header}}
{{{body}}}
{{> footer}}