Skip to content

sahilthakral23/cmarvel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMarvel

License

CMarvel is a ready to use node.js web server built using restify library. It contains all the basic functionalities that are needed in a web server project like Logging, Dependency Injection, Authentication etc. The motivation behind this project is to have a ready to use solution whenever a web-server is needed for a project, so that the focus is just on the business idea, rather than technical implementation.

Features

  • Easily define endpoints
  • Configuration-loader & logging module included
  • API Authentication
  • Dependency Injection
  • Supports MySQL DB integration

Requirements

  • node.js >= 10.0.0
  • npm >= 5.6.0

How to run

Development Environment

npm run dev

Production Environment

npm run server

License

CMarvel is MIT licensed

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published