url shortener website made in javascript with Mongodb
Find a file
2022-09-05 19:03:58 +02:00
public logging capabilities 2022-09-05 19:03:58 +02:00
src logging capabilities 2022-09-05 19:03:58 +02:00
.env.example init, dotenv, mongo, working 2022-02-23 12:29:46 +01:00
.gitignore logging capabilities 2022-09-05 19:03:58 +02:00
package.json logging capabilities 2022-09-05 19:03:58 +02:00
postcss.config.js init, dotenv, mongo, working 2022-02-23 12:29:46 +01:00
README.md init, dotenv, mongo, working 2022-02-23 12:29:46 +01:00
tailwind.config.js init, dotenv, mongo, working 2022-02-23 12:29:46 +01:00

URL - Shortener

How to Use ?

  1. you need mongdb, and nodejs

  2. npm install

  3. cp .env.example .env change the port or the url in .env:

  4. npm start