phpricardo / namegator

Full application with Node, Vue, Graphql and Postgresql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NameGator

  • Projeto simples onde é possível adicionar um prefixo e sufixo e com a identação deles criar um dominio para ser registrado.

Stack

  • Javacript
  • Node
  • Graphql
  • Vue
  • Postgresql

Image Project

Demo Screenshot

BACK END

Installation

Enter in /database and execute create.sql in you database.

Enter in folder /server and configure database.js:

const client = new Client({
  user: "postgres",
  password: "postgres",
  host: "localhost",
  database: "namegator",
  port: 5432
});

After configuration, run the command line.

npm install

after...

node server

Great! Server runing...

FRONT END

Installation

Enter in folder /server and execute commands:

npm install

after...

npm run serve

About

Full application with Node, Vue, Graphql and Postgresql


Languages

Language:JavaScript 49.5%Language:Vue 46.2%Language:HTML 4.3%