ahmetbcakici / DayPlanner

My first MERN Stack app.

Home Page:https://planner.ahmetbugracakici.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Day Planner

You can plan & manage your time. Actually it is like ToDoApp but litle advanced version. You can enter tasks for every day and work on them with workTime & breakTime which has specified by yourself.

Get Started

Must be installed on your computer

Database Config

You should import database that i exported. If you have no idea about import MongoDB take a look here

Environment Config

My hidden .env file content:

JWT_SECRETKEY=secret_key
MONGO_URL=connection_url

Installation

git clone https://github.com/ahmetbcakici/DayPlanner.git # Clone repo
cd DayPlanner # Enter project root folder
cd client && npm install # Install modules required for client side and return to root folder
cd server && npm install # Install modules required for server side and return to root folder
npm run dev # To run project , check http://localhost:3000 on your browser

License

This project is licensed under the MIT License - see the LICENSE file for details

GIF belongs to project

Screencapture-15 02 2020-13 34 39-1

About

My first MERN Stack app.

https://planner.ahmetbugracakici.com

License:Creative Commons Attribution 4.0 International


Languages

Language:JavaScript 100.0%