Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pvgomes authored Sep 29, 2024
1 parent 2c1d620 commit 6373a19
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Free Fraud API
# 🛡️ FraudFree API

If you're looking the frontend, go [here](https://github.com/HackYeahKabanosy/fraud-free-webapp)

Expand Down Expand Up @@ -34,6 +34,15 @@ Watch the [Youtube video](https://youtu.be/g39z8EUkI6Y)
3. Find our zip [folder](https://github.com/HackYeahKabanosy/fraudfree/tree/main/browser_plugin/mozilla)


## 🛠️ Tech Stack

- **Next.js** - A powerful React framework for building dynamic web applications.
- **TailwindCSS** - A utility-first CSS framework for fast UI development.
- **Framer Motion** - For smooth animations.
- **NestJS** - Powerfull API, check the [api on github](https://github.com/HackYeahKabanosy/fraudfree).
- **Vanilla JS** - The tasty way to create our plugin for chrome and firefox, [check on github](https://github.com/HackYeahKabanosy/fraudfree/tree/main/browser_plugin/mozilla).
- **MongoDB** - A NoSQL database for storing website information.

## Starting Development

- First clone the repo
Expand Down Expand Up @@ -64,3 +73,5 @@ npm run start:dev

- Then just visit in the browser the swagger
https://localhost:3000/swagger


0 comments on commit 6373a19

Please sign in to comment.