Skip to content

dachieu2k2/social_media_version1

Repository files navigation

Social Media App

  • Where you can share your image or status for every one
Home page

Template Screenshot

Search page

Template Screenshot

Your page

Template Screenshot

Notification page

Template Screenshot

Setting page

Template Screenshot

Live demo

Installation Steps

Using npm

Run server

  1. cd ./server

  2. npm install

  3. npm run dev

Run client

  1. cd ./client

  2. npm install

  3. npm start

Environment variables

  1. Open folder ./server to create .env file.

  2. Open a .env file then edit add this setting

USERNAME_DB=youruserDB
PASSWORD_DB=yourpasswordDB
SECRET_TOKEN=somethingyouwant
API=https://localhost:4000
APISERVER=https://localhost:3000

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Special thanks shidomnt.