Skip to content

An1MuS1111/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoList

Pre-Installation

  1. Download Postgress app from https://postgresapp.com/
  2. Create a server and set the name postgresql then select port 5434 as localhost:5434
  3. Set username to postgres
  4. Set password to password

Installation

  1. Clone the repo using this command git clone https://github.com/An1MuS1111/ToDoList.git
  2. Create a file .env at this location ToDoList\server\.env
  3. Paste the following code DATABASE_URL="postgresql://postgres:password@localhost:5434/todolist" inside .env file
  4. Open terminal in the folder
  5. Run npm install
  6. Upon completion Run this command in the terminal npm run install:all to install all the dependencies.
  7. Upon completion of the installation run this commmand npm run dev

Frameworks

  1. React.js
  2. Node.js
  3. Prisma
  4. JSON Web Token
  5. Express
  6. Tailwind

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published