the tale of is a database for browsing movies and creating watchlists.
See the working app here.
# Clone the repository
git clone https://github.com/Josie-N/the-tale-of.git
# Go to project folder
cd the-tale-of
# Install the dependencies
npm install
# Run the project
npm run start
# Run unit tests
npm run test
# Run end-to-end tests
npx cypress open
or
npm run cypress:open
the tale of is licensed under the GPL 3 license.