Skip to content

aiyer07/everydae-demo-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I built this in a couple of days unprompted to test my ability with a tech stack I guessed everydae had prior to working there!

Everydae demo... demo

Rebuilding a couple of screens from: https://ui-dev-demo.everydae.com/. Trying out new libraries & frameworks, particularly react and graphql + apollo. This is a full stack app with a client, server and postgres database run in docker.

Alt Text

Installation

To run the app, run these commands from the root. Make sure to run the server and client in two separate terminal windows

docker-compose up -d
cd server && yarn && yarn start
cd client && yarn && yarn start

Tech Stack Notables

Frontend

  • create-react-app (react + webpack bundle)
  • emotion.js (css in js)
  • apollo client (state management and api)
  • framer (animation)

Backend

  • apollo server
  • sequelize
  • postgres

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published