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 2 months ago
JSON representation
Express auth backend module with MongoDB from mLab and Express-Mailer.
- Host: GitHub
- URL: https://github.com/ushliypakostnik/express2
- Owner: ushliypakostnik
- Created: 2019-07-02T18:03:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T11:35:31.000Z (over 3 years ago)
- Last Synced: 2025-03-11T21:37:05.959Z (about 1 year ago)
- Topics: babel, eslint, express, express-mailer, jest, mlab, mongodb, mongoose
- Language: JavaScript
- Homepage:
- Size: 1.79 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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