GitHub - mattschlitz/Simple-Chat: GitHub repository for AWS CodeStar Express.js web service simple-chat. · GitHub
Skip to content

mattschlitz/Simple-Chat

Folders and files

Repository files navigation

Simple Chat

Local Installation

To run the application locally, you will need to download a copy of DynamoDB Local. There are instructions on this site for starting the database. The quickest way is to simply launch the JAR file by running the following in a terminal:

java -Djava.library.path=./DynamoDBLocal_b -jar DynamoDBLocal.jar -sharedDb

Once the local version is running, create the database structure by using the install script.

node install.js

After the database structure has been created, you can launch the local web server.

node index-local.js

Remote Installation

Coming soon...

About

GitHub repository for AWS CodeStar Express.js web service simple-chat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors