Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cmucheru/book-assignment-view
- Owner: cmucheru
- Created: 2024-06-08T16:06:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T19:31:02.000Z (7 months ago)
- Last Synced: 2024-06-13T13:59:19.329Z (7 months ago)
- Language: TypeScript
- Homepage: https://book-assignment-view.onrender.com/
- Size: 4.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.