okumaru / rest-contact-men

Rest API build with MongoDB, Express, NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rest API MEN

This repository created because author want to learn TS.

Tech Stack

Running Docker

This method required docker installed. This 2 option you can use,

  1. not detached process
docker-compose up
  1. detached process
docker-compose up -d

Running Locally

This application requires Node.js v16.13+.

git clone https://github.com/okumaru/rest-contact-men.git
cd rest-contact-men
npm install
npm run dev

Cloning / Forking

Please review the license and remove all of my personal information (blog posts, images, etc.).

About

Rest API build with MongoDB, Express, NodeJS

License:Other


Languages

Language:TypeScript 98.6%Language:Dockerfile 0.8%Language:JavaScript 0.7%