Skip to content

GreedyGhoster/TaskClimb-FullStack

Repository files navigation

TaskClimb-FullStack

Note

If you need pure axios (without swr), go to the only-axios branch

Quick Start

git clone https://github.com/GreedyGhoster/TaskClimb-FullStack.git

You can change data in .env and in docker-compose.yaml (Data must be same)

Open the root folder and enter npm i and turbo will install all dependencies (don't forget to run Docker)

Then in the root folder enter

npm run dev

Swagger

You can open swagger ui after npm run dev

http://localhost:4580/swagger

Server

Server side was built using Nest and "npm" package manager

For using TaskClimb-FullStack must to install Docker

Client

Client side was built using React(Vite) and "npm" package manager

Screenshots

Project page

For errors

Uncaught Error: Cannot find module 'react'

$ npm install --save react react-dom @types/react @types/react-dom

If he writes that he doesn’t know “turbo”, then write this

$ npm i turbo

License

TaskClimb-FullStack MIT Licensed