Developing a MERN Stack Project

Hridoy Banik
2 min readJun 3, 2020

Here we talk about some technologies that are used in this project named POWER-X-GYM

Project Overview

It is a MERN stack project named ‘Power-X-Gym’. Where users can take gym related services and classes according to their plan.There are three types of price plan. Advance plan, Basic plan and beginners plan.Payment system are also added in this system

Trello

Trello is, at its core, an online corkboard. You use it to organize “cards” into lists — those cards can be tasks, notes, projects, shared files, or anything else that helps your team work together.

Google Analytics

Google Analytics works by the inclusion of a block of JavaScript code on pages in your website. When users to your website view a page, this JavaScript code references a JavaScript file which then executes the tracking operation for Analytics. The tracking operation retrieves data about the page request through various means and sends this information to the Analytics server via a list of parameters attached to a single-pixel image request.

SCSS

SCSS contains all the features of CSS and contains more features that are not present in CSS which makes it a good choice for developers to use it. SCSS is full of advanced features. SCSS offers variables, you can shorten your code by using variables.

NodeJS

Node. js is a platform built on Chrome’s JavaScript runtime for easily building fast and scalable network applications. Node. js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

ExpresssJS

Express.js is a modular web framework for Node.js. It is used for easier creation of web applications and services. Express.js simplifies development and makes it easier to write secure, modular and fast applications.

Heroku

Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.

MongoDb Atlas

MongoDB Atlas is the global cloud database service for modern applications. Deploy fully managed MongoDB across AWS, Azure, or GCP. … Use MongoDB’s robust ecosystem of drivers, integrations, and tools to build faster and spend less time managing your database.

Nodemon

Nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Perfect for development. Install it using npm. npm install -g nodemon

--

--