Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmucheru/book-assignment-view

Book assignment view UI - *** The URL is for hosted server's client for `prod` branch.
https://github.com/cmucheru/book-assignment-view

Last synced: 5 days ago
JSON representation

Book assignment view UI - *** The URL is for hosted server's client for `prod` branch.

Awesome Lists containing this project

README

        

# Installation and Running the Application
## Clone the repository:
```bash
git clone https://github.com/cmucheru/book-assignment-view.git
```
## Backend Setup
1. Navigate to the backend directory:
```bash
cd book-assignment-view/backend
```

2. Install the necessary packages:
```bash
npm install
```
3. Start the GraphQL server:
```bash
npm start
```
### Frontend Setup
1. Navigate to the frontend directory:
```bash
cd book-assignment-view/frontend
```
2. Install the necessary packages:
```bash
npm install
```
3. Start the React application:
```bash
npm start
```
### Building the Frontend for Production
1. Navigate to the frontend directory (if not already there):
```bash
cd src/frontend
```

2. Build the React application for production:
```bash
npm run build
```
###
You need internet connection to load images properly.
###
A hosted site is available at [https://book-assignment-view.onrender.com/](https://book-assignment-view.onrender.com/) *** hosted server downtime may drag search results.