MuhammadOmaryassir / e2e-mern-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E2E MERN Stack Application

Develop a simple CRUD application containing a web portal consuming a service layer using a database to store the data.

Features

  • retrive and listing users data
  • Add new user
  • update current user data
  • remove specific user

Tech

  • [React.js] - A JavaScript library for building user interfaces
  • [Ant Design] - awesome we developed a React UI library
  • [Axios] - Promise based HTTP client for the browser and node.js
  • [Express.js] - Express.js, or simply Express, is a back end web application framework for Node.js
  • [MongoDB] - MongoDB is a source-available cross-platform document-oriented database program.
  • [Docker] - a software platform that simplifies the process of building, running, managing and distributing applications.
  • [Docker-compose] - config multiple container using docker-compose.yml file

pre-requests

Installation

  1. clone repo
git clone https://github.com/MahmoudAbdullh/e2e-mern-app.git
  1. using your terminal to Run:
cd e2e-app
docker-compose up -d
  1. now open below url in your browser:
http://localhost:8080

Enjoy ✌

About

License:MIT License


Languages

Language:JavaScript 83.3%Language:HTML 9.8%Language:Dockerfile 4.9%Language:CSS 1.6%Language:Shell 0.3%