This repository is the custom backend used by flutter app xplore.
It uses Nest as Node framework with a MongoDB database.
# Install npm packages
$ npm install
# Start the application
$ npm run start
For more user friendly api xplore-api uses a mongoose-query-parser.
Once application is started you can navigate to localhost:3000/api/ for a full api documentation or in alternative click here.
If you like my work and want to support give a ⭐ to the repo.
Thank you so much ❤️.
This project is under MIT License. See LICENSE for more details.