Skip to content

Simple Projects Management WebApp for Developers

License

Notifications You must be signed in to change notification settings

kradnoel/DEVLOGBOOK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEVLOGBOOK

Simple Project Management WebApp for Developers

Built with

Features

  • Add, Update or Delete Project;
  • Add, Update or Delete Task;
  • Add, Update or Delete Subtask;
  • Get Status on Projects (Finished or Unfinished);
  • Get time spent on Project;
  • Get statistics on Projects (Total Projects, Completed, Avarage time spent);

Set up

Requirements

Local development

  1. Clone this repository and cd into it
git clone https://github.com/kradnoel/DEVLOGBOOK.git
cd DEVLOGBOOK

For the server:

  1. cd into server and install dependencies
cd server
go mod download
  1. Run the server application
go run cmd/devlb.go

For the client:

  1. cd into client and install dependencies
cd client
npm install
  1. Run the client application
npm start
  1. Navigate to http://localhost:3000

License

MIT

Here's some Images:

DEVLOGBOOK_1 DEVLOGBOOK_2 DEVLOGBOOK_3

About

Simple Projects Management WebApp for Developers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published