A banner photo gallery web application for a restaurant listings page
- https://github.com/llaminati/Banner-Gallery
- https://github.com/llaminati/Menu
- https://github.com/llaminati/Reservations
- https://github.com/llaminati/Reviews
Create a file named config.js and place it within the db folder
config.js
module.exports = {
connectionLimit: 10,
user: \\CHOOSE_USERNAME,
password: \\CHOOSE_PASSWORD,
database: 'banner_images',
};- Node 12.14.1
- MySQL 5.7
From within the root directory:
npm installnpm run createnpm run seednpm run build
npm run startAfter following all the steps above, open a browser and go to http://localhost:3001/
