Skip to content

NT114-DevOps/mern-stack-frontend

Repository files navigation

Motion Blogs (Front-end)

Made using ReactJS and Tailwind CSS

About

Motion Blogs is a simple blogging app.

The main purpose of this app is to be used in the development of the Ci/CD pipeline of our major DevOps project.

Features

  • Easy to use UI
  • CRUD operations for posting and deleting blog posts and comments

Instructions

  1. Clone the repository
git clone https://github.com/NT114-DevOps/mern-stack-frontend.git
  1. Install independencies with npm install

  2. Create .env file for environment variables

REACT_APP_API=<Your API URL>

(eg: REACT_APP_API=http://localhost:8000)
  1. To run locally, run npm start
  2. To run the app as a Docker container, run docker build -t frontend-container .

About

Frontend of a MERN stack web application, used for the Ci/CD pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published