Ý nghĩa: "Epicure" (người sành ăn) và "Explore" (khám phá) tạo ra một ý tưởng về việc khám phá và thử nghiệm các công thức mới mỗi ngày.
A recipe sharing application built with Express, Knex.js, MySQL on the backend, and Vue.js, Pinia, Bootstrap 4 on the frontend.
-
To install necessary packages:
npm install
-
Configure knexfile.js with your database credentials: username, password, and database name.
-
Create a database with the same name as configured.
-
Apply all unrun migrations:
npx knex migrate:latest
-
(Optional) Configure .env if you wish to use the reset password feature.
-
Run the project:
npm start
-
To install necessary packages:
npm install
-
Run the project:
npm run serve
All contributions are welcome. If you wish to contribute, please create a pull request.