Skip to content

Latest commit

 

History

History
executable file
·
20 lines (11 loc) · 517 Bytes

File metadata and controls

executable file
·
20 lines (11 loc) · 517 Bytes

Capstone Project Revou : Gho Hotel

By Rizky Dharma Andika Raya

Requirement Specification

  • Native HTML, CSS, Javascript, Font-Awesome.

BE

  • Framework : Express JS.
  • library : Express, Cors, Prisma(ORM), @prisma-client, nodemon, dotenv.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DATABASE_URL="mysql://USERNAME:PASSWORD@localhost:3306/DB_NAME"