Skip to content

kajalben/register-user-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Informatio about container

  1. doc_contaier_1 for frontend(client)
  2. doc_contaier_2 for Backend(REST API)

Run below command to run docker container

docker-compose up -d --build

Run without docker

  1. for client npm install && npm start

  2. for Server(REST) npm install && npm start

Deployed client on Netlify

https://register-user-app.netlify.app/

Deployed server on Heroku

https://register-user-api.herokuapp.com/