Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 636 Bytes

File metadata and controls

13 lines (7 loc) · 636 Bytes

Cat Facts

Description

This is a simple web application which displays cat facts. You can add new cat facts or delete existing cat facts from the website. The web application uses a react.js frontend, a FASTapi backend with Python, and SQLite as a database for storing the cat facts.

Installation

After cloning the repo, navigate to the root directory and use npm i and then npm run build to build the code. Then, you can use npm run start to start the application.

License

This project is licensed under the MIT license. For more information, please visit this link.