Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 304 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 304 Bytes

Prepare the database

You should already have a MySQL database set up with a DATABASE_URL environment variable pointing to the connection string.

.env

DATABASE_URL="mysql://{user}:{password}@{server}:3306/{database}"

Run the API

npm run dev

or

yarn dev