Skip to content

dsilva2401/Guppy

Repository files navigation

Guppy: A node js framework based on ExpressJS

Guppy is an open source NodeJS Framework based on ExpressJS, the goal is to structure code and promote good programming practices providing a seed and some rules.

Requirements

  • npm
  • gulp
  • bower
  • postgres
  • mongodb
  • docker (optional: instead of all above)

Seed structure

app.js 			# Main file
config.js 		# App configuration
bower.json 		# Front-end dependencies
package.json 	# Back-end dependencies
gulpfile.js 	# Gulp build system configuration file
Dockerfile		# Docker image configuration file
src/ 			# App source files
	init/..
	front/..
	global/..
	models/..
	routes/..
	methods/..
	settings/..

Links

About

An open source NodeJS Framework based on ExpressJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published