Skip to content

shukladitya/News-collaboration-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News App

Read and share news, notifications of an organization.

GitHub last commit Lines of code

image1

TechStack

  • Flutter
  • NodeJS
  • ExpressJS
  • MongoDB

Setup

Before proceeding please download and install NodeJS because it is required.

  1. Download/Clone the Repository
  2. Navigate into the Repository folder on your disk using Terminal and open Nodejs folder
  3. Make sure that you have the Node and MongoDB installed
  4. Run the following command to run the setup,npm install
  5. Run server.js using node node server.js
  6. Server will be running on port 3000.
  7. To change the port open server.js locate the following and change:
    app.listen(process.env.PORT||3000,()=>{
    console.log('server running on port 3000');
    });

About

A flutter app that can be used to share news and notifications. Nodejs, MongoDB for backend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages