- A simple MVC Web Project using NodeJS, Express, Mustache template engine and JSON Database.
- Clone repository
git clone git@github.com:AlexGalhardo/telecom.alexgalhardo.com.git
- Enter repository
cd telecom.alexgalhardo.com/
- Install dependencies
npm install
- Setup your environment variables
cp .env.example .env
- Start local server
npm run dev
Copyright (c) 2021-present, Alex Galhardo