This commit is contained in:
Rashad Gover 2023-04-21 09:07:13 +00:00
parent a0a8b3f742
commit 510cc240b5
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@ Okapi is a micro framework for implementing HTTP servers.
- Automagically generate OpenAPI specifications (clients coming soon)
- Lightweight, minimal abstraction built on top of WAI
Okapi is NOT recommended for production use at this time.
## Getting Started
1. Use the command `stack new <project-name>` to create a new Haskell project

View File

@ -29,6 +29,7 @@
soon)</li>
<li>Lightweight, minimal abstraction built on top of WAI</li>
</ul>
<p>Okapi is NOT recommended for production use at this time.</p>
<h2 id="gettingstarted">Getting Started</h2>
<ol type="1">
<li>Use the command <code>stack new &lt;project-name&gt;</code> to