Skip to content
This repository was archived by the owner on Jun 24, 2023. It is now read-only.
/ url.codenime.xyz Public archive

URL Shortener maybe? Di buat dengan Expressjs, MongoDB dan sedikit html framework lainnya...

License

Notifications You must be signed in to change notification settings

CodeNime/url.codenime.xyz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b6ac9f0 · Dec 17, 2021

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url.codenime.xyz

URL Shortener maybe? Di buat dengan Expressjs, MongoDB dan sedikit html framework lainnya...

To Do

  • Layout
  • Masih banyak celah di fitur remove (next add captcha)

Demo

https://url.codenime.xyz

Setup

  • Isi example.env untuk link database MongoDB nya (setelah diisi ganti nama file jadi .env)
  • npm i di terminal
  • node index.js untuk run project
  • Done...

CodeNime