This repo contains an unfinish project of an food blog api. The project deadline is yesterday. Can you help finish it in time ?
- Users would like to add new recepies
- Users would like to vote for their favourite recepies
- Users would like to be able to see the most popular recepies
npm i
For local dev
npm run dev
For tests
npm run test
For prod
npm run build
npm run serve