A basic template that uses express + MikroORM + MySql.
This template will be used for the FutureLab Mentorclass programme (Futurelab: Building API with Nodejs)
In the root folder of this project,
- Create a
.env
file - In
.env
file add this content. This file will be further explained during the session.
DATABASE_URL=
- run npm install in this folder
To start the local server:
Run npm run start:dev