Skip to content

Interactive book store designed on GraphQL queries. Built with Express, NodeJS, React and Apollo Client.

License

Notifications You must be signed in to change notification settings

miraajkadam/BooksGQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

client server CodeQL

BooksGQL

Interactive book store designed on GraphQL queries.

Tech Stack

Server

Client

Installation

  • Step 1: Clone this repository.
  • Step 2: Change your directory to the clone.
cd <folder_name>
  • Step 3: .Install all dependencies
npm run setup-server && npm run setup-client
  • Step 4: Run the server
npm run serve-server
  • Step 4: Run the client
npm run serve-client 

Available Scripts

In the project directory, you can run:

npm run setup-server

Installs all server dependencies listed in ./server/package.json.

npm run build-server

Builds the server and outputs the build files in ./server/dist.

npm run serve-server

Starts server on port process.env.PORT.

npm run setup-client

Installs all client dependencies listed in ./client/package.json.

npm run build-client

Builds the app for production to the ./client/build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

npm run serve-client

Serves react application on PORT 3000

License

Distributed under the MIT License. See LICENSE.txt for more information

About

Interactive book store designed on GraphQL queries. Built with Express, NodeJS, React and Apollo Client.

Topics

Resources

License

Stars

Watchers

Forks