https://github.com/fed/places-api
Places Backlog RESTful API 🌎
https://github.com/fed/places-api
express mongodb mongoose restful-api typescript
Last synced: about 2 months ago
JSON representation
Places Backlog RESTful API 🌎
- Host: GitHub
- URL: https://github.com/fed/places-api
- Owner: fed
- Created: 2017-11-11T21:04:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T10:21:41.000Z (over 4 years ago)
- Last Synced: 2025-01-18T13:33:13.455Z (3 months ago)
- Topics: express, mongodb, mongoose, restful-api, typescript
- Language: TypeScript
- Homepage: https://placelog.herokuapp.com/
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# places-api
## Prerequisites
* Node.js (https://nodejs.org/)
* Yarn (https://yarnpkg.com/)## Running locally
```
DB_PASSWORD=X yarn start
```## Credits
Based off http://mherman.org/blog/2016/11/05/developing-a-restful-api-with-node-and-typescript/