🗒️ Note Taking App

Github last commit GitHub commit activity

Note Taking App is a simple and minimalist Web Application that allows users to write their notes.

Download Latest Version BE

Download Latest Version FE

🕹️ Tech Stacks

  • MongoDB
  • React
  • ExpressJS
  • NodeJS

🦺 Minimum Requirements

  • Developed in npm v10.5.0 and up

🤖 How to Run Locally

  1. Clone this repository
  2. run npm run install to get all the required dependencies
  3. Create a new .env file in the root folder with the same content as the .env.example file (fill in the empty fields)
  4. Run the app using npm run dev, ensure you've run docker daemon running