Skip to content

Skyrion9/Facebook-Backend-Clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%