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

https://github.com/khushalpankhaniya/quicknotes

QuickNotes is a web application built with React, TypeScript, Express, MongoDB, and ReduxToolkit. It allows users to create, read, update, and delete notes efficiently.
https://github.com/khushalpankhaniya/quicknotes

express-js mongodb reactjs reduxtoolkit typescript

Last synced: 2 months ago
JSON representation

QuickNotes is a web application built with React, TypeScript, Express, MongoDB, and ReduxToolkit. It allows users to create, read, update, and delete notes efficiently.

Awesome Lists containing this project

README

          

# QuickNotes

QuickNotes is a web application built with **React**, **TypeScript**, **Express**, **MongoDB**, and **ReduxToolkit**. It allows users to create, read, update, and delete notes efficiently.

## Technologies Used:
- **Frontend**: React, TypeScript, ReduxToolkit
- **Backend**: Express.js
- **Database**: MongoDB

# Install dependencies for both the frontend and backend:

cd ./FrontEnd -
npm install

cd ./BackEnd -
npm install

Set up environment variables for backend (e.g., MongoDB connection URI **(DB_URL)**, **PORT**).

# Run both the frontend and backend:

## In backend folder
npm run dev

## In frontend folder
npm run dev