An open API service indexing awesome lists of open source software.

https://github.com/starfallprojects/sequelize-aiven-demo


https://github.com/starfallprojects/sequelize-aiven-demo

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sequelize Aiven Demo

This repo contains example code and a tutorial. It introduces basic Sequelize functionality.

## Quickstart

1. Clone the repo
2. Install the dependencies with `npm install`.
3. Follow the [tutorial](./TUTORIAL.md) to set up your Aiven database service (and for more context on these examples)
4. Create a `.env` file and add your Aiven Service URI.
5. Run `npm start` to add example data to your new database and run the examples.