Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 520 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 520 Bytes

Facebook backend clone

I had developed this backend study for my semester project last year. I just made some updates and moved it to Github.

How to run

# configure config file which is in the /api/config folder
# paste your MongoDB url, your SECRET KEY to sign JWTs, SMTP configs to send mails.

# install dependencies
npm install

# run server
npm run dev

You can check the api documentation using Swagger