/mern-reminders

Primary LanguageJavaScript

MERN STACK

This is a web application developed with the stack MERN (Mongodb, Express, React and Nodejs) that allow users to remind tasks based on a date and time. Practically it is a simple CRUD application with Cron Jobs. It is a simple project to understand the MERN stack.

Development

npm i
npm run dev
cd client
npm i
npm run dev

Deployment

npm run build