List of Nigerian Universities, logos and web addresses
This project aims to help developers in building university based applications. It can be used to spice up your dropdown/list UI.
Make a get request to https://nigerian-universities.herokuapp.com/
- Node installed on your machine
- Clone this repository
https://github.com/AdioleDivine/nigerian-universities.git
- Change directory
cd nigerian-universities
- Duplicate
.env.example
to.env
cp .env.example .env
- Run application
npm run dev
Your application will run port 7080
by default, you can change that in the .env
file.