Skip to content

rafaeldo/nodejsmvc-gobarber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Barber App

A scheduling application for hairdressers. Fullstack MVC Node.js App (Express.js + PostgreSQL + Nunjucks).

Getting Started

  1. Clone the repository.
  2. You will need PostgreSQL installed in your machine or a docker container (kartoza/postgis image recommended).
  3. Setup Database /src/app/config/database.js
  4. In root folder run npm install.
  5. In root folder run npm start.