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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d024f5b · Jun 20, 2020

History

12 Commits
Jun 20, 2020
Jun 20, 2020
Jun 20, 2020
Jun 20, 2020
Jun 20, 2020
Jun 20, 2020
Jun 20, 2020
Jun 20, 2020
Jun 20, 2020
Jun 20, 2020

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.