Registered users have the opportunity to place books for sale, buy books from other users, participate in the forum, evaluate and comment on books, as well as experience with specific users in the store. Visitors who are not registered have the opportunity just to view available books and published forum posts.
Structure of project is created using express generator.
For use it is necessary to have installed npm and mongodb.
To run locally:
- Clone this repo
- Run
npm install
- Run
npm run-script build
- Run
npm start
Application will be launched on http://localhost:3000.