Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.
/ sm-chat Public archive

A simple chat platform where you can leave a message for yourself

Notifications You must be signed in to change notification settings

valoricDe/sm-chat

Repository files navigation

SM-Chat

This project runs with a dockerised postgres database, PostGraphQL and node.

Please run the following commands in Terminal 1:

npm install -g postgraphile
npm install

After that copy the provided db-data.zip into the project root folder and unzip it. Then you can start the docker postgres database in a terminal with:

docker-compose up

Info: It could be needed that you stop and restart the

In another terminal you can then start the PostGraqlQL-Server with:

./postgraphileStart

To generate the graphql queries and start the app you enter:

npm run relay
npm run start

You should be then able to access the chat when opening http://localhost:3000 in your browser.

############################################################

This project was bootstrapped with Create React App. Please look at the Create React App Guide for general help.

About

A simple chat platform where you can leave a message for yourself

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published