It's a simple rest api developed with Deno and Oak which is a framework for deno based on Koa and MongoDB.
Clone the repo
- git clone https://github.com/pratikmane1299/deno-rest-api.git
- cd deno-rest-apiSetting 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