/NewsFeedMERN

Authors can create and upload news which can be viewed/read by peoples on homepage.

Primary LanguageJavaScript

NewsFeedMERN

Getting Started

Installing

  • After cloning the repository run command
    npm i
    

in backend and frontend folders.

Executing program

  • To start server, Go in ./backend and execute
    npm run dev
    
  • To start client, Go into ./frontend and execute
    npm start
    
  • !The Client and Server has to run together for it to work.