GithubHelp home page GithubHelp logo

demoapi's Introduction

The assignment requires me to create a backend for an application that allows users to manage profiles and fetch cryptocurrency data from a third-party API. Here’s a breakdown of the requirements:

Requirements

User Profile Management:

  • Sign up: Users should be able to sign up with a unique username and password.
  • Login: Users should be able to log in using their username and password.
  • Update Profile: Users should be able to update their profile information. Profile Fields: First Name, Last Name, Email, Mobile, Username, Password (Email should be unique).

Fetch Cryptocurrency Data:

Users should be able to search for cryptocurrency details from a third-party API (CoinMarketCap),using the provided API key in the request header. The API endpoint for fetching data is https://pro-api.coinmarketcap.com/v1/cryptocurrency/quotes/latest?symbol=BTC,ETH,LTC

Validation and Security:

Implement basic validation and secure API endpoints, which is as follows:

 Username: Only characters and digits, length 4 to 15.

 Password: Length 8 to 15, with at least 1 upper case, 1 lower case, 1 digit, and 1 special character.

demoapi's People

Contributors

sungod12 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.