/speakerboxxapi

for the users of the speakeasy app

Primary LanguageJavaScript

AAC App

####( Augmentative and Alternative Communication )

Live Demo

Install the things

$ touch .env

##Then copy thangs from exampl.env into .env

Create_db

$ createdb speakeasy_db
$ npm install
$ knex migrate:latest
$ knex seed:run (optional)

Run Api

$ nodemon