Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ushliypakostnik/express2

Express auth backend module with MongoDB from mLab and Express-Mailer.
https://github.com/ushliypakostnik/express2

babel eslint express express-mailer jest mlab mongodb mongoose

Last synced: about 6 hours ago
JSON representation

Express auth backend module with MongoDB from mLab and Express-Mailer.

Awesome Lists containing this project

README

        

Backend project
===============

Express with MongoDB from mLab and Express-Mailer.

Deploy
------

Установка зависимостей npm packages

$ npm install

Запуск сервера для разработки
-----------------------------

$ npm start

http://localhost:8082/

Cборка
------

Сборка проекта в продакшен

$ npm run prod

Тесты
-----

Запуск линтера

$ npm run lint

Запуск тестов

$ npm run test