Skip to content

Simple application, that help you to create your personal reading list.

Notifications You must be signed in to change notification settings

vdanyliv/my-read-list

Repository files navigation

My read list

How to Install:

npm install

Mongo config

Please add this code into file ./server/config/mongo.js

module.exports = {
 'secret': 'your super secret key',
 'url': 'mongodb://your-mongo-url'
};

Please replace default value

How to Run:

npm run dev - for developing

npm run prod - for production

Application in developing mode. Thx for your interest. Written using React/Redux

About

Simple application, that help you to create your personal reading list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published