Skip to content

duchunter/link-saver

Repository files navigation

link-saver

Visit web app at https://gp-linksaver.herokuapp.com

This is a back-end project with prebuilt front-end located in /dist , to know how i build its front-end visit link-saver-client project

Bookmark link with information. This app has:

  • Authentication and authorization using Auth0
  • Login using Facebook or Gmail account
  • Facebook chatbot to save shared link from Messenger with Dialogflow SmallTalk feature (only support admin account :))
  • Mobile app to save links offline
  • Chrome extension (working...)

Before you build

  • If you are not admin delete the route /api/webhook and anything related to it :)
  • If you want to use your own Auth0 app, edit server/utils/auth0Config.js
  • Setup Postgresql database using content in db.sql
  • Create a new .env based on .env.example

Build Setup

# install dependencies
npm install

# build files using babel
npm run build

# start server at port 3000
npm start

# start server using nodemon
npm run demon

# open localhost:3000 to see the result

References

About

Too many bookmarks? Save them somewhere else

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages