Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 253 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 253 Bytes

DEV

git clone https://github.com/crapthings/fastify-starter
cd fastify-starter
npm i
npm run dev

TEST

cd fastify-starter
npm i
npm run test

.ENV

PORT=3000
MONGO_URL=mongodb://localhost:27017/test
SECRET=TEST