Skip to content

opeolluwa/backoffice

Backoffice

Content management system and administrative platform for web applications

Installation

Install my-project with npm

  npm install my-project
  cd my-project

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

API Reference

Get all items

  GET /api/items
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /api/items/${id}
Parameter Type Description
id string Required. Id of item to fetch

add(num1, num2)

Takes two numbers and returns the sum.

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Roadmap

  • Additional browser support

  • Add more integrations

License

MIT

About

Content management system and administrative platform for web applications

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published