@deepeshgupta/noddy
TypeScript icon, indicating that this package has built-in type declarations

0.10.2 • Public • Published

Noddy Framework

A nodejs framework on the top of express for building apis and web base software too. slowly evolving technology. Noddy is meant for those developers who wants to get rid of scratch code and want handled every side thing by software and just want to develop backend.

Installation

Run Following Command

$ npx @deepeshgupta/noddy-proj app_name

Configuration

Create ./.env at the root of your project and copy and paste following :-

# Mongo DB
MONGODB_AUTH_URL="mongodb://mongo:27017/"

# Node Env
NODE_ENV='development'
PORT=5500
TZ="Europe/London"

# here you can setup your own environment variables

# Server Env
DEBUG='app:*,core:*,www:*,test:*'

# Mail Config
MAIL_SERVICE="Gmail"
MAIL_NAME="Noddy"
MAIL_EMAILID="mail@example.com"
MAIL_USERNAME="mail@example.com"
MAIL_PASSWORD="password"
MAIL_SECURE="on"

run below command for docker

$ docker-compose up -d --build

run below command for local

$ npm run dev

Boom, You are good to go...


Deepesh Gupta

Developed By - Deepesh Gupta


License

MIT

Package Sidebar

Install

npm i @deepeshgupta/noddy

Weekly Downloads

1

Version

0.10.2

License

MIT

Unpacked Size

79.6 kB

Total Files

85

Last publish

Collaborators

  • deepeshgupta