- Download Postgress app from
https://postgresapp.com/
- Create a server and set the name
postgresql
then select port 5434 aslocalhost:5434
- Set username to
postgres
- Set password to
password
- Clone the repo using this command
git clone https://github.com/An1MuS1111/ToDoList.git
- Create a file
.env
at this locationToDoList\server\.env
- Paste the following code
DATABASE_URL="postgresql://postgres:password@localhost:5434/todolist"
inside.env
file - Open terminal in the folder
- Run
npm install
- Upon completion Run this command in the terminal
npm run install:all
to install all the dependencies. - Upon completion of the installation run this commmand
npm run dev
- React.js
- Node.js
- Prisma
- JSON Web Token
- Express
- Tailwind