In order to run this locally, it's needed a database.
docker-compose up -d
The d means detached
mongodb://localhost:27017/entriesdb
- First
yarn
or
yarn install
- Then
yarn dev
Rename the .env.template
file to env
and fill the variables.
Just call this endpoint in order to seed data:
http://localhost:3000/api/seed