This project is being developed using the following technologies:
To clone and run this application, you'll need Git, Node.js + Yarn and Docker + Docker Compose installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/vinisioux/simple-crud-docker.git
# Go into the repository
$ cd simple-crud-docker/
# Go into server folder
$ cd server
# Start server
$ docker-compose up
# On another terminal, go to the frontend folder
$ cd ../frontend
# Install dependencies
$ yarn install
# Start the frontend server
$ yarn start