This project was created to show some accessibility features in a meetup called vuenos aires You can find the slides to this meetup talk in this link
- Node express
- PostgreSQL
- Sequelize
- Vue cli 3
- Vue router
In order to use this in your computer you may want to create a db in postgres and add your keys in .env file. Else, this won't work. You will probably need to imitate the model in server > models > Pokemon.js
npm install
npm run dev
npm install
npm run serve