Sendme is a platform where users can sign up with their basic information, send and add money to their account
A detailed documentation of the api can be found here: API Documentation
Run Project Locally
- Clone the project
- cd into the project's folder and run npm install to install dependencies
- Create a .env file and add PORT value, JWT_KEY, COOKIE_KEY, CLOUD_NAME, API_KEY, API_SECRET to it
- Run npm run dev to start the server
All API requests are made by sending a secure HTTPS request using one of the following methods:
- POST Create a resource
- GET Get a resource or list of resources
- For POST, the body of your request must be a JSON payload.
Each response will be returned with one of the following HTTP status codes:
- 200 OK Successful request
- 400 Bad Request There was a problem with the request
- 500 Server Error Server error