Skip to content

ashank2603/social-media-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

social-media-app

How to run

  • Clone the repository.
  • cd into the server directory and run npm install
  • Create a dotenv file in the directory and paste the following in it:

MONGO_URL = '<YOUR_MONGODB_ATLAS_URL>'

JWT_SECRET = 'some random string'

PORT = 3001

  • Replace the placeholder with your own data.
  • Run npm start. The server will run on port 3001
  • In a new terminal, cd into the client directory and run npm install
  • Once all packages are installed, run npm start. The frontend will run on localhost:3000.

Deployed App Guest Credentials:

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors