Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 1.31 KB

File metadata and controls

59 lines (50 loc) · 1.31 KB
Note app principal page

Stay organized and productive - my app is a sleek and intuitive notes app for all your needs.

React.js Badge Node.js Badge GitHub stars GitHub forks GitHub PRs GitHub issues

🛠️ Stack

  • React.js
  • Node.js
  • MongoDB
  • Express
  • Mongoose
  • Tailwind
  • Jest and Supertest
  • Cypress
  • React testing library

🚀 Getting Started

Username: DPG-Code / Password: 123456

Client:

npm run dev
npm run build
npm test
npm cypress:open
npm test:e2e

Server:

npm run dev
npm start
npm start:test
npm test
npm test:watch