- Install
docker
anddocker-compose
. - Run
docker-compose up --build
to start the server and client processes. - Create a user account at
http://localhost:3000/setup
.
myanimecatalog
├─client/
└─server/
Each of the directories have a README.md
of their own.
client/
directory
Contains the React frontend code.
server/
directory
Contains the Node.js Apollo server.
Please refer to the individual READMEs in the client and server folders.