Skip to content

Simple containerized todo app built using ExpressJS and React

Notifications You must be signed in to change notification settings

Bottle7/brandon-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple containerized todo app built using ExpressJS and React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published