https://github.com/samuraikun/sharing_bookshelf
share & borrow books each other♻️📚
https://github.com/samuraikun/sharing_bookshelf
react
Last synced: 7 months ago
JSON representation
share & borrow books each other♻️📚
- Host: GitHub
- URL: https://github.com/samuraikun/sharing_bookshelf
- Owner: samuraikun
- Created: 2018-06-16T06:37:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T08:51:26.000Z (over 7 years ago)
- Last Synced: 2025-01-22T12:12:57.125Z (9 months ago)
- Topics: react
- Language: JavaScript
- Homepage:
- Size: 387 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### This is sharing bookshelf app to borrow co-people's books each other.
## system
### backend
- Node.js
- Express
- Google App Engine
- Standard Environment (beta)
- runtime: Node.js v8.9.1### frontend
- React
- [WIP] Redux
- [WIP] GraphQL## Deploy
### 1. Go to GCP Cloud Shell
### 2. Command
```
PROJECT_APP=src/project-ID/sharing_bookshelf
git clone https://github.com/samuraikun/sharing_bookshelf.git PROJECT_APP
cd $PROJECT_APPnpm install
cd client
npm install
npm run buildcd ..
gcloud app deploy --project project-ID
```