Calendar app - Demo
Calendar application with functionality to add tasks, reminders and birthdays.
- React
- Redux
- React-big-calendar
- Express
- Mongoose
- Mongodb
Client
cd client
- run
npm install
- start the dev server
npm start
on port 3000 - or run production build
npm run build
Server
cd server
- run
npm install
- set env variables in .env file for
DB_HOST
andDB_NAME
- if you want server to use client build files then change
NODE_ENV
to production - start the server with
npm run dev
on port 4000
Nenad Vracar
Licensed under MIT