Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 642 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 642 Bytes

Hello Everyone 👋

This project is a simple clone of the trello app. You can check this project ToDoVite

Stack:


  • Front-end:

    • Typescript
    • React
    • Redux-toolkit
    • SCSS
    • Axios
  • Back-end:

    • Typescript
    • NodeJS
    • Express
    • MongoDB / Mongoose

Installation:


Client

cd client
npm install
npm run dev

Server

cd server
npm install
npm run dev

You can use your own MongoDB database by simply changing the DB_URL connection link in the .env file in the server folder.