https://github.com/kradnoel/devlogbook
Simple Projects Management WebApp for Developers
https://github.com/kradnoel/devlogbook
adminlte3 bootstrap4 express golang vue
Last synced: 3 months ago
JSON representation
Simple Projects Management WebApp for Developers
- Host: GitHub
- URL: https://github.com/kradnoel/devlogbook
- Owner: kradnoel
- License: mit
- Created: 2020-03-26T10:50:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T23:59:47.000Z (about 6 years ago)
- Last Synced: 2026-01-03T13:49:02.814Z (6 months ago)
- Topics: adminlte3, bootstrap4, express, golang, vue
- Language: Vue
- Size: 1.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEVLOGBOOK
Simple Project Management WebApp for Developers
## Built with
- server: Golang + Sqlite3 + [Gorm](https://gorm.io/) + [Chi](https://github.com/go-chi/chi)
- client: [Node.js](https://nodejs.org/) + [Express](https://expressjs.com/) + [servue](https://github.com/futureaus/servue) + [Vue](https://vuejs.org/) + [Bootstrap](https://getbootstrap.com/) + [AdminLTE](https://adminlte.io/) + Javascript
## 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
- [Node.js](https://nodejs.org/)
- [Golang](https://golang.org/)
### Local development
1. Clone this repository and `cd` into it
```bash
git clone https://github.com/kradnoel/DEVLOGBOOK.git
cd DEVLOGBOOK
```
For the server:
2. `cd` into server and install dependencies
```bash
cd server
go mod download
```
3. Run the server application
```bash
go run cmd/devlb.go
```
For the client:
4. `cd` into client and install dependencies
```bash
cd client
npm install
```
5. Run the client application
```bash
npm start
```
6. Navigate to [http://localhost:3000](http://localhost:3000)
## License
[MIT](LICENSE)
Here's some Images:


