Skip to content

Commit 02a6e32

Browse files
committed
docs: add project description section to README.md
1 parent 8f13cd8 commit 02a6e32

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
55
Backend for the DevLink platform - developed with Java Spring
66

7+
## Description
8+
9+
The DevLink Backend allows developers to link up and share project ideas to work on as a community.
10+
11+
This project provides a REST API that allows users to create and manage their own profiles.
12+
They can also create, manage and join projects to work on as a community.
13+
This allows developers to link up all around the world and learn new skills that will help them master coding and get the job they want.
14+
15+
This project is developed using the [Java Spring Framework](https://spring.io).
16+
It allows the use of [well-established tools](https://spring.io/projects) included in it.
17+
This reduces the amount of work required to implement new features.
18+
Using a widespread high-level language like Java also assures that the project is easy to maintain and update.
19+
Tools like [Lombok](https://projectlombok.org/) are used to reduce boilerplate code.
20+
721
## Technology Overview
822

923
- [Java Spring](https://spring.io/) for dependency injection

0 commit comments

Comments
 (0)