- API for Trelloid application
- Version v0.3.0
- Install MongoDb
- Install Node.js with a version
>=11.0.0
. This is because the version of packagereadline
has dependencies onv11.0
or higher. The package will warn you during installation if the installed version of Node is incompatible.
- This is straightforward to set up.
- Clone the repo.
- Then
$ cd express-search
- Run
npm install
- To start api server run
npm start
.
Use Postman or your favourite API test tool.
An example test url is http://localhost:3000/search/users?q=grif which will return all users with grif
in one of collections fields.
Explain what these tests test and why
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Andy Smith - Initial work - Boosmith
See also the list of contributors who participated in this project.
- Hat tip to anyone whose code was used
- Inspiration
- etc