(In Development) Synced is an online coding platform where you can create different projects, collab with other developers
This repository is the Backend made with NestJs.
- Light/dark mode toggle
- Mobile Responsive
- Collaboration
- Cross platform
Client: React, TailwindCSS, React Query
Server: NestJs
Clone the project
git clone https://github.com/fero1xd/synced-nestjs.git
Go to the project directory
cd synced-nestjs
Install dependencies
yarn install
Start the server
yarn start:dev