Duyen-codes / noteApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes application

Built with

  • React
  • Node
  • Testing-library

Features

  • add note
  • search

Libraries

  • express-async-errors
  • NB: Added 8.8.8.8 in the public DNS in my system under the Ethernet -IP V4 to get be able to connect to MongoDB atlas using mongoose.js

Project structure

structure

Errors I have come across during the project

Proxy error: Could not proxy request /api/notes from localhost:3000 to http://localhost:3001 (ECONNREFUSED).

This happens when I forgot to start backend dev server with npm run dev before I run npm start from react frontend

About


Languages

Language:JavaScript 95.8%Language:HTML 2.5%Language:CSS 1.7%Language:Shell 0.1%