Skip to content

carlswann/library-fullstack-demo

Repository files navigation

Library Demo App

Getting Started

  1. Ensure you're using node 14 & yarn is installed
node --version (`nvm install v14 && nvm use v14` if not on v14)
yarn --version (`npm install -g yarn` if missing)
  1. Ensure docker is installed and running (Necessary for Redis & Docker Containers)
docker --version
  1. Install dependencies & build Typescript
yarn install && yarn build
  1. Start Docker containers & ensure they're running
docker compose up -d 
docker compose logs --follow (Optional)
  1. Start API on port 3000 & React App on port 4200
yarn start
  1. Login with the demo user
Username: demo@demo.com
Password: password

That's it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published