Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yasinzhyper/to-do-list

Full stack To-Do List Application
https://github.com/yasinzhyper/to-do-list

express expressjs full-stack full-stack-to-do-list javascript mern mern-stack nodejs react react-hooks reactjs sass scss tailwindcss to-do-list todolist vite vitejs

Last synced: 26 days ago
JSON representation

Full stack To-Do List Application

Awesome Lists containing this project

README

        

A Full-Stack To-Do List Application built using MERN stack.




## Steps to run

1. Clone/fork the repository.
2. Navigate to the project directory.
3. Create a .env file in the api folder with :
```
DATABASE_URL=""
JWT_SECRET=""
CLIENT_URL=http://localhost:5173 (or) any other url
```
4. Then split the terminal, or use 2 separate terminals (1. Client side (frontend), 2. Server side(backend)):

**4.1 Client Side**
```
cd client
npm i
npm run dev
```

**4.2 Backend**
```
cd server
npm i
npm run dev
```

**Tech Stack**

Backend: JavaScript, Nodejs, Expressjs, Prisma(MongoDB).

Frontend: React, Vite, Sass, Tailwind CSS.