Skip to content

A simple MVC Web Project using NodeJS, Express, Mustache template engine and JSON Database.

Notifications You must be signed in to change notification settings

AlexGalhardo/telecom.alexgalhardo.com

Repository files navigation

Introduction

  • A simple MVC Web Project using NodeJS, Express, Mustache template engine and JSON Database.

Development Setup Local

  1. Clone repository
git clone git@github.com:AlexGalhardo/telecom.alexgalhardo.com.git
  1. Enter repository
cd telecom.alexgalhardo.com/
  1. Install dependencies
npm install
  1. Setup your environment variables
cp .env.example .env
  1. Start local server
npm run dev

License

MIT

Copyright (c) 2021-present, Alex Galhardo

About

A simple MVC Web Project using NodeJS, Express, Mustache template engine and JSON Database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published