Skip to content

Hamza-bakk/TestCoinAPI

Repository files navigation

CoinAPI

 

PROJECT TEST FOR INTUITION SOFTWARE

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Intuition Crypto Alert App

Welcome!

I am a FullStack web developer passionate about Python and JavaScript. This application was created as part of a test for INTUITION SOFTWARE in 100% Python 🚀.

The application allows you to connect to the exciting world of cryptocurrency through the coinapi.io API. It's a local application that you can clone from [GitHub] to create alerts and receive responses in JSON format.

📈🔔🚀

✨ Features

✔️ Feature 1;
✔️ Feature 2;
✔️ Feature 3;

🚀 Technologies

The following tools were used in this project:

  • [Python]

🚀 Resources

✅ Requirements

Before starting 🏁, you need to have Git

🏁 Starting

# Clone this project
$ https://github.com/Hamza-bakk/TestCoinAPI.git

# Access
$ cd TestCoinAPI

# Install the database with the python3 command in the terminal
$ from app import app, db
$ app.app_context().push()
$ db.drop_all()
$ db.create_all()
$ exit()

# Run the project
$ python3 app.py

# The server will initialize at <http://localhost:5000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Hamza

 

Back to top

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published