Skip to content

A movie search database with a cleaner design and no login.

Notifications You must be signed in to change notification settings

Josie-N/the-tale-of

Repository files navigation

the tale of

the tale of is a database for browsing movies and creating watchlists.

See the working app here.

 

Installation

# 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

 

Testing

# Run unit tests
npm run test

# Run end-to-end tests
npx cypress open
or
npm run cypress:open

 

Architecture

application architecture diagram

 

Demo

Video demo of truetaleof.com

 

License

the tale of is licensed under the GPL 3 license.