- I got better with using Express.js (especially about routing and controllers)
- I learned the basics ùof Supabase (setup a project and basic functions)
- If you don't have it, install Node.js
- Clone this repository
- Run
npm installin the cloned repository folder - Create a
.envfile with keysSUPABASE_KEYandSUPABASE_URL - Create a Supabase account and a project
- In the project, create a table called
urlswith aurlandredirect-urlcolumns (all colums must be of type string) - Write Supabase key and Subabase url in the
.envfile - Run
npm startornode .in the cloned repository folder - Open your browser and go to
http://localhost:5000/ - Enjoy!