Skip to content

Oddlem/Cheesy

Repository files navigation

Running the app

-For the backend, start the server with node app.js -For the frontend, use cd frontend-jokes and then npm run dev

Description

A service which ingests different types of jokes from different sources, both external and internal. The user can create an account and can view/submit their own jokes through a visual interface.

Database

Using Postgres as a database management system, three databases are utilized for separate functions; one for storing jokes, another for storing user information, and a third for storing user tokens.

Components

Data flows

yay diagram fullstack jokes

Deployment

  1. Download the ngrok terminal
  2. Follow the instructions to set it up
  3. Use ngrok http 3000 to deploy the app!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors