Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/parlez-vous/server

API server for Parlez-Vous
https://github.com/parlez-vous/server

Last synced: about 2 months ago
JSON representation

API server for Parlez-Vous

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.