Skip to content

mochammadfawwaz/Puspresnas-Vokasi-UB

 
 

Repository files navigation

ui# Puspresnas-Vokasi-UB

Persiapan yang di install

Install Part 1

npm i express express-session express-fileupload mysql ejs 

Install Part 2

npm i dotenv cryptojs nodemon sequelize 

Install Part 3

npm i mysql2 --save replace-in-file swagger-ui-express

Install Part 4 (Untuk Migrate & Seeder)

npm install --save-dev sequelize-cli

Run Migration

npx sequelize db:migrate

Run Seeder

npx sequelize db:seed:all

Run Project

nodemon app atau npm start

End Point API

localhost:3000/api-docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.1%
  • JavaScript 7.4%
  • CSS 4.5%
  • EJS 4.0%