Skip to content

babucarr32/TodoApp-GQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

Introducing a versatile Todo App crafted using React, Express, and incorporating MySQL and MongoDB for data management. This app empowers you to efficiently manage your tasks.

Note: I used MongoDB for my database and GraphQL for querying.

Setup:

  1. Create a .env file
  2. Add the following values in the .env file MONGODB_URI=mongodb+srv://<username>:<password>@<clusterName>.rbh3qeu.mongodb.net/?retryWrites=true&w=majority RefreshToken=yourRefreshToken AccessToken=yourAccessToken

Open a terminal, and type the following commands.

  1. cd Server
  2. npm install
  3. npm run dev

open another terminal and type the following commands.

  1. cd Client
  2. npm install
  3. npm run dev

Feel free to contribute to the project. Enjoy!