Skip to content

ianshan0915/medium-clone-on-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOCATE

This is a web application built using React.js, Redux, and Node.js. It enables users to explore related literature for a given open-source clinical software.

Technologies

  1. React.js
  2. Redux
  3. create-react-app
  4. Express.js
  5. Node.js
  6. MongoDB

Features

  • Search open-source clinical software
  • Social Sign-in
  • Check related papers of a given clinical software
  • Give feedback of related papers by updating them

Installation

  • Git clone this repo here.
  • Move into the folder from your terminal:
    cd locate
  • Run npm install to install node dependencies.
  • Start MongoDB instance: mongod.
  • Run npm run dev to start the nodeidon daemon.

App Screenshots

Article View

Feed

Profile

SignInWith Google

Contributing

  1. Create an issue. First look through the open issues.

  2. Clone the repository or fork it.

      git clone https://github.com/ianshan0915/locate
    
  3. Create your feature branch:

      git checkout -b new-feature
    
  4. Commit your changes:

      git commit -m 'Add some feature'
    
  5. Push to the branch:

      git push origin new-feature
    
  6. Submit a pull request.

About

link clinical open-source software to literature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.2%
  • HTML 4.0%
  • Batchfile 2.8%
  • CSS 1.0%