- Authentication and Authorization with JSON Web Token.
- Create Post and Comments for authenticated user.
- Likes and Following features.
The technologies used to develop this web app were diverse, the main ones being:
- 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