Skip to content

a social network platform backend using Node.js, Express and MongoDB

License

Notifications You must be signed in to change notification settings

ridiss1/social-network-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Stack Social Network

  • Authentication and Authorization with JSON Web Token.
  • Create Post and Comments for authenticated user.
  • Likes and Following features.

Technologies

The technologies used to develop this web app were diverse, the main ones being:

Instalation

  • You must create .env file after git clone for Database URI and JWT Secret Key
  • You must create .env file in client folder for API URL

Clone and install server

$ git clone https://github.com/tayfurunal/social-network-fullstack.git social-network

$ cd social-network
$ npm install
$ npm start

$ cd client
$ npm install
$ npm start

install client

$ cd client
$ npm install
$ npm start

Screenshots

image

image


About

a social network platform backend using Node.js, Express and MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published