Noemiegrau / book-search-engine

MERN stack book search engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Search Engine

Table of contents

Description of the project

This single page MERN app is a book search engine application where users can create an account, search for books, save their favorite books. This application also uses front-end routing, api requests (queries and mutations) and user authentication.

Technologies used

Project is created using:

  • JavaScript
  • MERN (MongoDB, Mongoose, Expressjs, REACT, Nodejs)
  • GraphQL
  • Apollo
  • JsonWebToken
  • Path
  • Heroku

Usage

Screen Shot 2021-07-14 at 3 48 06 PM

Installation

Here are some guidelines for installing the project on your local machine in order to be able to try it:

  1. Clone or download the repository to your own local machine and run it from your command line.

  2. Then, make sure that your repo includes a package.json with the required dependencies. You can create one by running npm init in your command line, and npm install to install the dependencies.

  3. Run npm run develop in your terminal from the root directory to launch the application. Or check the deployed app directly on the app's heroku link (https://fierce-headland-12808.herokuapp.com/).

  4. Enjoy and don't hesitate to contribute! 🙂

https://github.com/Noemiegrau/book-search-engine

https://fierce-headland-12808.herokuapp.com/

About

MERN stack book search engine.


Languages

Language:JavaScript 94.7%Language:HTML 4.9%Language:CSS 0.5%