Skip to content

jglasovic/phone_book_server

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