Gallery app
Description
galleyApp is a project created with the idea of practicing and learning new technologies, the center of idea is a web platform in which publish gallery images from recognized authors and amateurs.
Members
- Ezequiel Rango
- Juan De Giorgi
Technologies
- NodeJs
- express
- EJS
- MySQL
- Sequelize
Documentation
example data base
Envinroment setup
- Create database
- Copy .env.example to .env and fill with database credentials.
To install dependencies, run
npm install
- Migrations:
npx sequelize-cli db:migrate
- Seeders:
npx sequelize-cli db:seed:all
Start local server
npm start