Skip to content

yteruel31/mdi-icons-fast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mdi Icons Fast

Twitter Follow

Mdi Icons Fast

Mdi Icons search engine. Faster than the original. Searching icons with the original website is really waste of time because this website is very laggy... So I've decided to build my own search engine.

Made with React, Mantine.dev, Nest.js, Prisma

Prerequisites

  • PostgresSQL database

Install

npm install

Do this command for the api too. The api source code is located in > src/api

Environment variable

Front

REACT_APP_API_URL

Back

DATABASE_URL

Usage

Run the front

npm run react:start

Run the back (src/api)

Execute migration

npx prisma migrate deploy

Execute seeder

npx prisma db seed

Execute the app

npm run start

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!