Learning application from the "React Back to Front 2019" course from Udemy.
It's a CRUD application with JWT-based Authentication where users can keep a list of contacts. Each user can only see their own contacts.
It was built using Node.js and Express for the backend, MongoDB for the database and React.js for frontend components (the MERN stack).
npm i && npm run client-install && npm run dev
npm i && npm run server
npm run client-install && npm run client