/tiktofiy

A web application which helps with TikTok songs recognition

Primary LanguageTypeScriptMIT LicenseMIT



easybase logo black


GitHub


Getting Started

If you are interested in hosting this app on your own, create a Cluster on MongoDB cloud and request your own Shazam API Key at https://rapidapi.com/apidojo/api/shazam
Live: https://tiktofiy.com

  1. Clone this repository, then create and fill the .env file with required enviroments, you can see the template in .env.example
├── packages/api
│   ├── src
│   └── .env.example  <–––
├── package.json
└── ...
  1. Then, install all the required packages by running
yarn install
  1. Finally, run the following commands one by one
yarn build
yarn api:start
yarn client:start

At this point, you are ready to go! Your app is now running! Make your life easier with Tiktofiy!

Contact

salviadev@protonmail.com