Skip to content

ahmetbcakici/DayPlanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published