Skip to content

A web-application developed based on stack: MERN (MongoDB, Express.js, React.js, Node.js) with npm packages.

License

Notifications You must be signed in to change notification settings

MikhailMasny/awesome-mern-backend

Repository files navigation

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.