Skip to content

imabhishek028/BookHub

Repository files navigation

Book Hub

About the Application:

Book Hub is a Full Stack Cross Platform application that allows user to keep a track of their favourite books. It has following functionalities-

  1. User able to create and delete their own books.
  2. Read any book by simply searching. Using API to fetch books.
  3. Create, view and update profile page.
  4. Upload their profile picture.
  5. Secure login and logout.
  6. Password reset using email.
  7. Users and rate and review each book.
  8. User can edit or delete their reviews.
  9. User can like and dislike reviews.
  10. User can filter books based on genre and author etc.
  11. App Icon and app name.

Tech Stack Used- Frontend - React Native Backend- Node Express Mongo

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

# using npm
npm start

# OR using Yarn
yarn start

Step 2: Start your Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

If everything is set up correctly, you should see your new app running in your Android Emulator shortly provided you have set up your emulator/simulator correctly.

Backend SetUp

There are two package.json files. Run the following command to install all dependencies.

# server side 
cd api
npm install

# client side
cd..
npm install

If everything goes correct you should be able to see node module files in root directory as well as api directory.

About

Book Hub Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published