1.0.9 ā€¢ Published 1 year ago

serversetup v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

serversetup

Serversetup is a "npx tool" that generates essential files, configure npm packages and serves developers with basic setup of node express server within a minute just like create-react-app.

serversetup-npm-package-logo.png

Installation

Install server setup with "npx"

  npx serversetup <directory-name>

After installation just move to your directory and run below cli command

  cd <your-directory>
  node --watch index

If you're using node version < 18 by default serversetup installs nodemon globally you can go with nodemon itself

  cd <your-directory>
  nodemon

To test if serversetup configured files are all okay paste url below to browser or just make a curl request

  curl http://localhost:3000

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

PORT

Mogodb connection url

šŸ‘‹ .env constants are given inside index.js as comments feel free to use

Authors

Github repo of this project

Tech Stack

Server: Node, Express

Feedback

If you have any feedback, please reach out to us at atultiwaree@proton.me

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago