Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 749 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 749 Bytes

Outdated Package Reminder

This project finds outdated packages in your repository and reminds you via email. You can set a reminder for your each projects and be up-to-date with everyday check-ups.

  • Check packages in your repository
  • Set a daily reminder
  • Stay up-to-date

Tech

This project uses a number of open source projects to work properly:

  • TypeScript
  • Node.js
  • Express
  • MongoDB
  • React

Installation

Required Node.js v8+ to run.

Install the dependencies and devDependencies and start the server.

$ cd server
$ npm install
$ npm run start

Install the dependencies and devDependencies and start the client.

$ cd client
$ npm install
$ npm run start

License

MIT