Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/polaroid-server
https://github.com/malcodeman/polaroid-server
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/polaroid-server
- Owner: malcodeman
- License: mit
- Created: 2018-04-26T13:55:33.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T03:35:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T11:10:38.141Z (about 2 months ago)
- Language: JavaScript
- Size: 471 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - polaroid-server - Simple RESTful API that enable users to create and share content or to participate in social networking. (Node)
README
# Polaroid server
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Known Vulnerabilities](https://snyk.io/test/github/malcodeman/polaroid-server/badge.svg)](https://snyk.io/test/github/malcodeman/polaroid-server)
[![GitHub contributors](https://img.shields.io/github/contributors/malcodeman/polaroid-server.svg)](https://github.com/malcodeman/polaroid-server)
[![GitHub Issues](https://img.shields.io/github/issues/malcodeman/polaroid-server.svg)](https://github.com/malcodeman/polaroid-server/issues)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/polaroid-server/blob/master/LICENSE)Polaroid server is simple RESTful API that enable users to create and share content or to participate in social networking.
## Usage
.env file should look like this:
```
DB_URL = postgres://postgres:toor@localhost/polaroid
```To start the service run:
```
yarn install
yarn start
```Client is located [here](https://github.com/malcodeman/polaroid-client).
## License
[MIT](./LICENSE)