Skip to content

💻It's a CRUD here you add a title description and URL , before save on DataBase will check all the fields , if is a real URL after this save. You can edit all the cards , and to go to your URL pages it's just use the search bar after the app name your link title.

Notifications You must be signed in to change notification settings

AugustoBernardes/Link-Crud

Repository files navigation

Link Crud 💾

What this app make: It's a CRUD here you add a title description and URL , before save on DataBase will check all the fields , if is a real URL after this save.
You can edit all the cards , and to go to your URL pages it's just use the search bar after the app name your link title. Example...
App name (localhost:3000/).

If you have a card with title youtube and wanna go to this link just put...
(localhost:3000/youtube)

After this you will be redirected. And will be added 1 click. Obs: you can delete the file (gitignore) too if you want.

Dependencies

  # Clone this repository
  $ git clone https://github.com/AugustoBernardes/link-crud
  
  # Dotenv
  $ npm install dotenv
  
  # Ejs
  $ npm install ejs
  
  # Express
  $ npm install express
  
  # Method-override
  $ npm install method-override
  
  # Mongoose
  $ npm install mongoose
  
  # Serve-favicon
  $ npm install serve-favicon
  

Observation:

Is necessery you have NodeJs...

  https://nodejs.org/en/

About Data Base

How you can see on the files have a file named (.env_sample).
Change the name to (.env) to you application work, after this follow the instruction.
Put you MongoDB url and a put number.
Like this:

  DB_KEY=mongodb+srv://<user>:<password>@dataBase/<yourDataBaseName>?retryWrites=true&w=majority
  PORT=3000

To start the app use:

   $ npm start

Design 🖥️

1Image 2Image 3Image 4Image 5Image

About

💻It's a CRUD here you add a title description and URL , before save on DataBase will check all the fields , if is a real URL after this save. You can edit all the cards , and to go to your URL pages it's just use the search bar after the app name your link title.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published