Skip to content

PyroCandy/pokemon-api-appwrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokemon-api-appwrite

A simple Pokemon API made using Appwrite. The web application uses the features of database and API keys which Appwrite provides.

The database holds the collections for all the data and the API key is then used to access the database and return the data when the route is hit in our Node application.

The frontend of the application is made by using HTML5 and CSS3 and is responsive.

home-screen

On hitting the /pokemon route the application grabs data from the Appwrite database and returns it to the user.

api-return

The data is stored in the Appwrite database in the form of a collection as shown below.

database

You can also verify this by checking the Appwrite dashboard which is updated as and when the API is called.

dashboard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published