https://github.com/willswire/pantry-api
keep track of items customers wish to buy, and keep datapoint on items purchased
https://github.com/willswire/pantry-api
api database mongodb nodejs
Last synced: 5 months ago
JSON representation
keep track of items customers wish to buy, and keep datapoint on items purchased
- Host: GitHub
- URL: https://github.com/willswire/pantry-api
- Owner: willswire
- License: mit
- Created: 2019-10-13T20:19:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T13:06:55.000Z (over 3 years ago)
- Last Synced: 2025-06-12T12:04:53.343Z (about 1 year ago)
- Topics: api, database, mongodb, nodejs
- Language: TypeScript
- Homepage:
- Size: 384 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pantry API
## Development
use the command
```
npm run dev
```
to run a development server.
## Production
To create a js transpiled version and serve it, run
```
npm start
```
View the docs whenever the api is running by navigating to the base url