0.10.2 • Published 2 years ago

@deepeshgupta/noddy v0.10.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.10.1

2 years ago

0.10.2

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.6.36

2 years ago

0.6.35

2 years ago

0.7.2

2 years ago

0.7.0

2 years ago

0.6.362

2 years ago

0.6.361

2 years ago

0.6.31

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.51

2 years ago

0.5.5

2 years ago

0.5.31

2 years ago

0.5.3

2 years ago

0.5.21

2 years ago

0.5.2

2 years ago

0.5.15

2 years ago

0.5.14

2 years ago

0.5.13

2 years ago

0.5.12

2 years ago

0.5.11

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago