forest-framework
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

foREST Framework

foREST is a simple API framework with only business logic left to write. 🌳

Keep in mind that foREST is in early development, please try it out. 💻 But avoid it in production because updates will break your app! 🙅

Getting started

Example app

Clone the example app and start it with the forest CLI:

git clone https://gitlab.com/KevSlashNull/forest-example.git
# or: git clone git@gitlab.com:KevSlashNull/forest-example.git
cd forest-example
yarn install
cp .env.example .env
yarn forest serve

Now open your browser at http://127.0.0.1:8000 and see this JSON:

{ "dog": "🐶" }

Readme

Keywords

none

Package Sidebar

Install

npm i forest-framework

Weekly Downloads

0

Version

0.1.5

License

MIT

Unpacked Size

41 kB

Total Files

38

Last publish

Collaborators

  • kevslashnull