Book'R is a bookmark manager for iOS and Android that allows the user to log his advancement in books and compare his reading progress with his friends.
This project was made for the JS course of 4th year in the Multimedia and Information Technology major at EPITA.
By:
You can access to the API here hosted on heroku
- Get into the backend/db folder.
- Create the database
$ pg_ctl start
$ psql postgres -c "CREATE DATABASE bookr"
- Get into the database using postgreSQL
$ psql bookr
- Initalize and seed the database.
bookr=# \i ./init_db.sql
bookr=# \i ./datas.sql
- Get into the backend/api folder.
- Install and start the project
$ npm install
$ npm start
- You can now access the API on http://localhost:8080
- Get into the frontend/Bookr folder.
- Install and start the project
$ npm install
$ npm start
- Launch the app on simulator or by scanning the QR Code to open the app on Expo on your device.