muazamkamal / api

REST API for personal website

Home Page:http://api.muazamkamal.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MuazamKamal API

GitHub Workflow Status

by hashrock

DISCLAMER

This project is currently in hiatus, due to lack of MongoDB Atlas support in Deno

REST API with Deno for https://muazamkamal.com

Setup

  1. Clone this repository.

    git clone https://github.com/muazamkamal/api.git

  2. Navigate to the root directory of the repository.

  3. Run the api server as mentioned below.

Running

deno run --allow-net --allow-env --allow-read --allow-write --allow-plugin --unstable main.ts

Running (docker)

docker build -t api-server .

docker run -it --init -p 3000:3000 api-server

Technologies

About

REST API for personal website

http://api.muazamkamal.com/

License:GNU General Public License v3.0


Languages

Language:TypeScript 93.1%Language:Dockerfile 6.9%