A single page application that mimics the interactive story telling of a Mad Libs tale.
created using: React, NestJs, Knex, sqlite3, next-knexjs, axios
story written by: jzkime
Set up backend
- cd into /server-side
- run
$ npm ci
- run
$ npm run start
- run
$ npm run resetdb
Set up frontend
- cd into /client-side
- run
$ npm ci
- run
$ npm run start
Jazmine Kime
Thank you for your time!