Web application what shows data about the Star Wars universe (use swapi.dev), stores visitor preferences (voting statistics) and handles user login.
You can try the application the easiest way with Docker.
Download Docker.
- Clone the repo
git clone git@github.com:CodecoolGlobal/api-wars-react-bridgend84.git
- Run Docker
- Populate
docker-compose run backend node src/populate.js
- Run the application on Docker
docker compose up -d