Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Personal notes app built with React, Redux and Express.js

CRUD application built using React, Redux, and Express.js to leverage skills in developing a full-stack application. This includes implementing CRUD API operations, integrating the frontend with the backend, and managing the deployment process.

Available here: https://personal-notepad-react-redux.vercel.app/

How to run project locally

  • Fork repository
  • Go to /client and run npm i
  • Go to /server , run npm i and create there .env file with this three variables:
    • MONGO_URI
    • PORT
    • JWT_SECRET
  • Run backend (/server) with node index.js
  • Run frontend (/client) with npm start

Releases

Packages

Used by

Contributors

Languages