Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.35 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.35 KB

ExpressJS & React Todo App

author: Brandon Bouchard

Table of Contents

Summary

  • React —— Web App
  • Vite —— Web App
  • Axios —— Web App
  • ExpressJS —— API

  • View all todos

Getting Started

Clone the repository to you local machine

Go to the directory where you wish to clone this repository.

Run the following command:

git clone https://github.com/Bottle7/brandon-todo-app.git

NOTE: This is using the HTTPS method of cloning a repository for maximum accessibility; however, it is typically advised to clone via SSH for security purposes.

Install node packages locally within each microservice's directory

Run the following command, in your terminal/command line interface, from this directory on your local machine:

npm run setup

Spin up product containers with Docker

Run the following command, in your terminal/command line interface, from this directory on your local machine:

npm run app

Spin down product containers with Docker

Run the following command, in your terminal/command line interface, from this directory on your local machine:

npm run shutdown