Skip to content

Commit

Permalink
initial openapi file (#481)
Browse files Browse the repository at this point in the history
* initial openapi file

* fix docs

* website url

* tweaking docs

* filling in api docs

* prototyping openapi docs

* restore changes

* heavy update to openapi spec

* finished draft of docs + minor grooming to standardize

* I think docs are ready

* updates from code review
  • Loading branch information
amites authored Jul 23, 2021
1 parent 1b0433e commit ebd9dcf
Show file tree
Hide file tree
Showing 6 changed files with 1,946 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"build:local-packages": "yarn workspace @upswyng/types build && yarn workspace @upswyng/common build",
"build:server": "yarn build:local-packages && yarn workspace @upswyng/server build",
"build:web": "yarn build:local-packages && yarn workspace @upswyng/web build",
"build:local-db": "docker compose up --build -d && mongorestore --port 27018 --username upswyng-dev-user --password upswyng123 -d upswyng-dev ./packages/server/localdb/mongodump",
"build:local-db": "docker-compose up --build -d && npm run restore:db",
"restore:db": "mongorestore --port 27018 --username upswyng-dev-user --password upswyng123 -d upswyng-dev ./packages/server/localdb/mongodump",
"clean": "node clean.js",
"reset": "node clean.js --reset && docker compose down -v",
"heroku-postbuild": "yarn build:web && yarn build:server",
Expand Down
Loading

0 comments on commit ebd9dcf

Please sign in to comment.