tunino91 / Calendar-App

Take home assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calendar-App

  1. Install docker: https://docs.docker.com/get-docker/
  2. Open terminal and run docker for db:
  • cd nest-react/apps/api && docker compose up
  1. Open a separate terminal to run the app in its' root directory:
  • cd nest-react
  • npm install -D turbo
  • npm install
  • npm run build && npm start

App will run at: http://localhost:3000

About

Take home assignment


Languages

Language:TypeScript 92.1%Language:CSS 3.6%Language:JavaScript 3.2%Language:HTML 1.1%