Skip to content

jglasovic/phone_book_server

Folders and files

NameName
Last commit message
Last commit date
Aug 6, 2018
Aug 9, 2018
Aug 9, 2018
Aug 18, 2018
Aug 9, 2018
Aug 4, 2018
Aug 4, 2018
Aug 17, 2018
Aug 4, 2018
Aug 4, 2018
Aug 4, 2018
Aug 9, 2018
Aug 9, 2018
Aug 8, 2018

Repository files navigation

phone_book_server

A Node.js app using Express.JS, TypeScript, MongoDB.


Install

Make sure you have Node.js and the MongoDB installed.

Configure app

Create .env file from example.env and edit it with your data.

Start MongoDB

Please make sure mongoDB is running!

Start Server

Starting server in dev mode with nodemon:

npm start

Start server in production:

npm run prod

Start with pm2:

npm run pm2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published