/news-feeds

MERN Stack project

Primary LanguageJavaScript

News Feeds app using MERN STACK

Running server

  • Clone the project repo and cd to backend directory
  • npm install
  • Add .env file containing your environement variables like .example.env
  • Add your local configuration for database and port in /config/default.json and /config/development.json
  • Run the server npm start

Running frontend server

  • Clone the project repo and cd to frontend directory
  • npm install
  • Edit config.json file containing API url .
  • Run the server npm start..

Or test the deployed app

News Feeds