Skip to content

Socai media app backend made during externship training by Flipr.

Notifications You must be signed in to change notification settings

TyagiDemon/externship-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 

Repository files navigation

Externship-Project

Backend for a social media app using NodeJS and ExpressJS.

Getting Started

  • Clone the repository.
  • Run npm install inside the server folder to install all the dependencies.
  • Setup environment variables as given in .env.example file.
  • Run npm start to start the server.
  • You can also use npm run dev to start the server using nodemon.

Features

  • Login/Signup via JWT Token.
  • Email notifications using nodemailer.
  • Using MongoDB for storing data and Cloudinary for storing media.
  • User can create public/private account.
  • User can send friend requests or block other users.
  • User can create post, see public posts and friends' posts.
  • User can like-comment posts.

About

Socai media app backend made during externship training by Flipr.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages