Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parlez-vous/server
API server for Parlez-Vous
https://github.com/parlez-vous/server
Last synced: 5 days ago
JSON representation
API server for Parlez-Vous
- Host: GitHub
- URL: https://github.com/parlez-vous/server
- Owner: parlez-vous
- Created: 2018-12-22T21:48:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T23:36:33.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T22:20:23.673Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.24 MB
- Stars: 33
- Watchers: 2
- Forks: 7
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Comment Server (Work In Progress)
Context: https://discourse.elm-lang.org/t/parlezvous-disqus-alternative-built-in-elm/6716/2
## Running Locally:
*Required Software*
- Docker
- Docker-Compose ([link](https://docs.docker.com/compose/install/))Then run `docker-compose up`
This will boot up a postgresql db, then run migrations on the db and then start a nodejs server.
Open `localhost:8080/health-check` to confirm the api is working
After making any changes outside src (like adding a new migration or a new package), run `docker-compose up --build` again, this will rebuild the container with the new changes.