2.1.1 • Published 1 year ago

quicky-server v2.1.1

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

✨ Features

  • Fancy UI: A minimal UI that exposes everything you need
  • Colorized Outputs: Everything looks better with some colors
  • Nice help: If you need some help, just use quicky-server -h
  • No config: You can give it a .json from the web (like this)
  • Configured CORS: Connect it with all your applications
  • Software Architecture:
    • Restful
    • GraphQL
    • RPC

⬇️ How to install and use it

npm install -g quicky-server
quicky-server --port <port> --json <path || url>

# Or

npx quicky-server -p <port> -j <path || url>

# Example (restful)
npx quicky-server -p 8080 -j https://raw.githubusercontent.com/kauefraga/quicky-server/main/mock/users.json

# Example (graphql)
npx quicky-server --graphql -j https://raw.githubusercontent.com/kauefraga/quicky-server/main/mock/users.json

⬇️ How to develop and contribute

git clone https://github.com/kauefraga/quicky-server.git
cd quicky-server

npm install
npm run dev -j mock/users.json # -h

You are welcome to open issues and pull requests!

💻 Technologies

📑 Coming soon...

  • Create a server with GraphQL support
  • Watch .json changes (here we'll need Chokidar)

📝 License

This project is licensed under the MIT License - See the LICENSE for more information.


2.1.1

1 year ago

2.1.0

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.1.1

1 year ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago