https://github.com/starfallprojects/sequelize-aiven-demo
https://github.com/starfallprojects/sequelize-aiven-demo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/starfallprojects/sequelize-aiven-demo
- Owner: StarfallProjects
- Created: 2021-11-22T14:45:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T12:07:56.000Z (over 4 years ago)
- Last Synced: 2025-05-17T15:43:19.720Z (10 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.