All Projects β†’ nivaldomartinez β†’ link-preview-api

nivaldomartinez / link-preview-api

Licence: other
Backed to provide information for link-prevue vue component

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to link-preview-api

Json Server Heroku
Deploy json-server to Heroku & Azure πŸ†™ πŸ†“
Stars: ✭ 310 (+900%)
Mutual labels:  heroku, api-rest
api-projeto-livre
Projeto de conclusΓ£o do Bootcamp Back-End {reprograma}, turma 7, em parceria com o MINAs do Porto Digital de Recife.
Stars: ✭ 12 (-61.29%)
Mutual labels:  heroku, api-rest
go-app
Go applications in one repository
Stars: ✭ 17 (-45.16%)
Mutual labels:  api-rest
phoenix example
An example Phoenix app with one-click deployments to different cloud services.
Stars: ✭ 62 (+100%)
Mutual labels:  heroku
phx-auth-api
Authentication for Phoenix with JWT, user privileges and CI
Stars: ✭ 13 (-58.06%)
Mutual labels:  heroku
heroku-flask-template
A simple, fast and easy-to-deploy Heroku ready flask web app template written in Python.
Stars: ✭ 26 (-16.13%)
Mutual labels:  heroku
geo-smart-system
Open Source Realtime Tracking System
Stars: ✭ 36 (+16.13%)
Mutual labels:  api-rest
express-ts-api-boilerplate
Express TypeScript API Boilerplate
Stars: ✭ 15 (-51.61%)
Mutual labels:  api-rest
PglRobot
No description or website provided.
Stars: ✭ 12 (-61.29%)
Mutual labels:  heroku
nine-cards-backend
An Open Source Android Launcher built with Scala on Android
Stars: ✭ 61 (+96.77%)
Mutual labels:  heroku
keycloak-heroku
Deploy Keycloak to Heroku using a slightly adapted version of the official docker image
Stars: ✭ 47 (+51.61%)
Mutual labels:  heroku
SPaaS
A Simple-PaaS similar to Heroku
Stars: ✭ 18 (-41.94%)
Mutual labels:  heroku
books-store
A Simple Web application to use flask python web framework.
Stars: ✭ 23 (-25.81%)
Mutual labels:  heroku
middleman-startae
A starter template ready to run on Netlify or Heroku. Comes with several helpers, partials and a nice basic structure to the HTML, Sass, Webpack and ES2015. Bottom line, a template that uses all the modern tools.
Stars: ✭ 43 (+38.71%)
Mutual labels:  heroku
heroku-buildpack-tex
A Heroku buildpack to run TeX Live inside a dyno.
Stars: ✭ 18 (-41.94%)
Mutual labels:  heroku
WordNook
Dynamically updating blogging website to upload articles and blog posts on various topics, developed using ejs template engine and node js in the backend.
Stars: ✭ 80 (+158.06%)
Mutual labels:  heroku
haikunatorjava
Generate Heroku-like random names to use in your Java applications
Stars: ✭ 27 (-12.9%)
Mutual labels:  heroku
dhiwise-nodejs
DhiWise Node.js API generator allows you to instantly generate secure REST APIs. Just supply your database schema to DhiWise, and a fully documented CRUD APIs will be ready for consumption in a few simple clicks. The generated code is clean, scalable, and customizable.
Stars: ✭ 224 (+622.58%)
Mutual labels:  api-rest
Marketplace-App
Find Spelling errors in files within PRs
Stars: ✭ 47 (+51.61%)
Mutual labels:  heroku
bdapis
Rest API service. Build with NodeJS, Express, MongoDB
Stars: ✭ 65 (+109.68%)
Mutual labels:  heroku

Link-Preview Backend

link-prevue

link-prevue Demo

link-prevue Demo Repo

Install GoDep

In the root project folder run the following command

$ go get github.com/tools/godep

and run

$ godep save

Deploy on Heroku

heroku login

$ heroku login
Enter your Heroku credentials.
Email: [email protected]
Password (typing will be hidden):
Logged in as [email protected]

add code and dependencies, like

$ git add -A .
$ git commit -m "code and deps"

create a heroku app

$ heroku create appname

now deploy your app

$ git push heroku master

visit the app deployed

$ heroku open

❀️

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].