Skip to content

Basic API built using Node and Express allowing users to query a country and be returned with their pool draw for Rugby World Cup 2023

Notifications You must be signed in to change notification settings

devphiliper/basic-rwc2023-pools-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic RWC 2023 Pools API

RWC 2023 Pools API allows you to search a database of countries and be returned their pool draw for the Rugby World Cup 2023.

Tech Used: HTML, Javascript, Express, Node

Link to API:

https://basic-rwc2023-pools-api.cyclic.app/api

How to use the API:

Add the name of a country to the URL to get back their data

Example: https://basic-rwc2023-pools-api.cyclic.app/api/country

How to run the API locally:

To run the API locally, navigate to the server directory and run: npm install to install dependencies.

Start the server with: node server.js.

Lessons Learned:

Building this project reinforced my understanding of creating a basic API using Node.js and Express.js and hosting it on Cyclic

About

Basic API built using Node and Express allowing users to query a country and be returned with their pool draw for Rugby World Cup 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published