E-Books is web application for college project in 'Advance Web Technologies' course. Some of the technologies used in this project are:
- React
- Express.js
- Postgresql, Sequelize
- CSS Flexbox and CSS Grid
You will need Postgresql database and Node.js installed on your pc.
After cloning repository, rename .env.example
file to .env
and fill it with your info.
To run application, first install all dependencies:
$ npm install
Then run server side and client side with:
$ npm run dev:server
$ npm run dev:client
Open your browser (application only tested in Google Chrome) and type in localhost:3000
.