Skip to content

This repository contains the code for a website celebrating the New Year festival for the beloved "Gluaymunchkin" cat. The website is built using Node.js and the EJS engine, offering a dynamic and interactive platform to showcase the festivities.

Notifications You must be signed in to change notification settings

pkbsa/gluaymunchkin_newyear_webservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gluaymunchkin_newyear_webservice

This repository contains the code for a website celebrating the New Year festival for the beloved "Gluaymunchkin" cat. The website is built using Node.js and the EJS engine, offering a dynamic and interactive platform to showcase the festivities.

to run the service you will need to install all of the package include in package.json

npm install

After install all the package needed, you will need to create new SQL Database and change the credentials of the DB in app.js, (he current DB does not work anymore since I didn't manage to extend the session of it)

var connection = mysql.createConnection({
    host: "localhost",
    user: "Username",
    password: "Password",
    database: "Database Name"
});

To run the website type :

npm start

or

node app.js

Images of the Website (It was designed to be used in Instagram browser)

or

https://pkbsa.github.io/gluaymunchkin_newyearraffle/index.html

index random friendship card

About

This repository contains the code for a website celebrating the New Year festival for the beloved "Gluaymunchkin" cat. The website is built using Node.js and the EJS engine, offering a dynamic and interactive platform to showcase the festivities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published