Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 887 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 887 Bytes

The African Heritage Project


African Adage client

The African Adage client app lets contributors submit adages to the African Adage API repository as well as manage submitted adages via its provided dashboard. The web app also serves as the API documentation for the public.

To join, visit africanheritage, register and start contributing.

Please be nice and submit only valid adages/proverbs

Using the API

Setup client project.

If you wish to clone and work with this frontend file, you can clone the project on github;

Note that you need to have nodejs install, i had node v16.* installed

Clonning the dependencies...

git clone file

Install the dependencies...

cd african_adage
npm install

Start the dev server

npm run dev