Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 940 Bytes

README.md

File metadata and controls

50 lines (37 loc) · 940 Bytes

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.