Skip to content

Repository files navigation

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="[email protected]"
MAIL_USERNAME="[email protected]"
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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages