Build and host a REST API (Method: POST) that takes in an array and returns the following
Budget: ₹600 – ₹1,000 INR
Build and host a REST API (Method: POST) that takes in an array and returns the following:
1. Status
2. User ID
3. Email ID
4. College Roll Number
5. Array for numbers
6. Array for alphabets
Preferred Tech Stack
Node.js / Python / Java
Hosting
Any provider of your choice, if you don’t have one already, please use Heroku / Netlify / Vercel
Logic
1. Response should always contain your user_id (fullname_dob) in the following format
a. "user_id": {full_name_ddmmyyyy}
E.g.: "user_id”: "john_doe_17091999"
2. “is_success” should be returned in the response to mark the status of operation. It can be true / false
3. Be sure to follow other best practices
4. Method: POST
5. Route: /bfhl
a. Example: https://testbfhl.herokuapp.com/bfhl
1. Status
2. User ID
3. Email ID
4. College Roll Number
5. Array for numbers
6. Array for alphabets
Preferred Tech Stack
Node.js / Python / Java
Hosting
Any provider of your choice, if you don’t have one already, please use Heroku / Netlify / Vercel
Logic
1. Response should always contain your user_id (fullname_dob) in the following format
a. "user_id": {full_name_ddmmyyyy}
E.g.: "user_id”: "john_doe_17091999"
2. “is_success” should be returned in the response to mark the status of operation. It can be true / false
3. Be sure to follow other best practices
4. Method: POST
5. Route: /bfhl
a. Example: https://testbfhl.herokuapp.com/bfhl