Skip to content

pratikmane1299/deno-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno Rest Api 🦕

It's a simple rest api developed with Deno and Oak which is a framework for deno based on Koa and MongoDB.

Requirements

Getting Started

Clone the repo

- git clone https://github.com/pratikmane1299/deno-rest-api.git
- cd deno-rest-api

Setting Environment Variables

Create a .env in the root of the project

# .env
PORT=<Server Port>
MONGO_DB_URI=<Mongodb url>
MONGO_DB_NAME=<Database Name>

Running the project

denon start

About

A deno rest api build with oak 🦕

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published