Skip to content

maretaayu/undangan-nikah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

undangan-nikah

Hi everyone! Thanks for watching my content, hope you enjoy it!

We've learned:

You'll need:

  • Install Node.JS https://nodejs.org/en/download/
    • Check node version: node -v
    • Check npm version: npm -v
  • Create package.json file with command: npm init -y
  • Create a file for server with command: touch server.js
  • Install 2 dependencies: npm i express mysql
  • Install nodemon: npm i --save nodemon
  • Install XAMPP/LAMP
  • Import database from file undangan.sql
  • run the website: npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published