Rest API Deno, Node and MongoDB

Author
View Project on github

Screenshots

portfolio-img

Complete rest api built using Deno, Node and MongoDB

Demo Link

Demo youtube video link

Demo blog link

Features and functionalities

  • Deno, Node and MongoDB Complete REST API
  • CRUD Operations
  • MongoDB for database

Tech stack

  • Deno
  • Oak
  • MongoDB
  • Node

Installation and Running App

  1. Clone this repo by running the following command :-
git clone https://github.com/CrewCodeAnku/Deno-MongoDB-REST-API.git
cd Deno-MongoDB-REST-API
  1. Install the required package :-
npm install
  1. Install deno in your local system :-
https://deno.land/manual/getting_started/installation
  1. Now run following command to start the project :-
deno run --allow-net --allow-read --allow-write app.ts
  1. Open postman and test the rest api on this url :-
https://localhost:3000