GinesOrtiz / metrics-back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metrics dashboard - Backend

Setup steps

0 - Install dependencies

npm i

1 - Fill env variables

MONGO_URL=mongodb://localhost:27017
SECRET=metricsSecret

2 - Run mongodb in a docker container

npm run mongo

3 - Run the seed command

npm run seed

4 - Run the project

npm start

About


Languages

Language:JavaScript 100.0%