Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.1 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.1 KB

Awesome MERN backend [Link shortener]

Node.js CI

The main idea of the web application is to develop a link shortener app for simple and quickly create a short link. This repository can also serve as a template for creating a modern web application.

Getting Started

  • Install Node.js;
  • To configure the environment, the following commands were executed:
npm init
npm i config
npm i bcryptjs
npm i dotenv
npm i express
npm i express-validator
npm i jsonwebtoken
npm i mongoose
npm i nodemon
npm i shortid
npm install --save-dev eslint
./node_modules/.bin/eslint --init
npx install-peerdeps --dev eslint-config-airbnb-base

Built with

Author

Mikhail M. - Software Engineer;

License

This project is licensed under the MIT License - see the LICENSE.md file for details.