creyente1897 / mail-api

This is my first REST API made with NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mail API

This is my first REST API made with nodejs . It is a simple Mail API that performs basic CRUD operations i.e Create, Read, Update and Delete .

Prerequisites

Local Installation

Clone the project

git clone https://github.com/creyente1897/mail-api.git
cd mail-api

Installing node modules (dependencies)

npm install

Running the project

node server/server.js
OR

You can also use nodemon

nodemon server/server.js

Now you can open the project on localhost:3000

About

This is my first REST API made with NodeJS


Languages

Language:JavaScript 100.0%