Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
KirstenAli committed Dec 28, 2024
1 parent 974eb78 commit 9331e91
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
### View the Java Docs
You can explore the complete Java documentation for the Ra framework [here](https://kirstenali.github.io/RaCore/).

# Installation

<dependency>
<groupId>org.racore</groupId>
<artifactId>ra-core</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>

# Examples

This tutorial provides an overview of REST API endpoints using the Ra framework. It demonstrates various HTTP methods such as GET, POST, PUT, DELETE, as well as handling file uploads and serving static files. For illustration, we'll use a Person object as an example.
Expand Down

0 comments on commit 9331e91

Please sign in to comment.