https://github.com/catamphetamine/webapp-backend
https://github.com/catamphetamine/webapp-backend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/catamphetamine/webapp-backend
- Owner: catamphetamine
- Created: 2018-09-04T07:52:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T15:20:38.000Z (over 5 years ago)
- Last Synced: 2025-01-11T01:48:48.327Z (5 months ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install
First, install [`webapp-internal-api`](https://github.com/catamphetamine/webapp-internal-api) and [`webapp-db`](https://github.com/catamphetamine/webapp-db) and seed the database (as per `webapp-db` README).
Then:
```
git clone [email protected]:catamphetamine/webapp-backend.git
cd webapp-backend
npm install
```## Run
Create `serverless.json` file (it is excluded from the repo because it contains passwords):
```json
{
"name": "webapp-backend",
"code": {
"initialize": "./custom/initialize.js"
}
}
```Run:
```
npm run dev
```