This repository contains redesigned code to be used as the backend for the YASM Media project. Its built using Deno and HonoJS and currently in its early stages
The following are required to start using the repository:
- Deno: Primary JS Runtime for this project
Step 1: Fetch all required dependencies by running the following command:
deno install
Step 2: Run the API using the following command:
deno task start
The API will be running on port 8090