tomasmax / node-react-login-dockerized

node react login dockerized web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LOGIN SAMPLE APP

  • A fullstack web app. Back end: NodeJS Express with MySQL database + Front end: ReactJS + some unit testing + dockerized ready to deploy to CI/CD

Prerequisites

Setup and run Docker

  • Build and run docker cd docker && docker-compose up --build

  • Go to http://localhost:3000/

Running dev local

  • Front end dev local: go to client directory then install and run the app
  `npm i && npm start`
  • Back end dev local: go to server directory then install and run the app. (NOTE! you need to config mySQL in your localhost intall it with brew or in a docker)
  `npm i && npm start`

About

node react login dockerized web app


Languages

Language:JavaScript 91.2%Language:HTML 4.2%Language:TSQL 3.8%Language:Dockerfile 0.8%