This app displays weather condition of a location.
- run
git clone https://github.com/tasiukwaplong/weatherAPI.git - run
cd weatherAPIand then install all packages as contained in package.json by runningnpm install - Rename
.sample.envto.env - Enter your database variables such as the
DATABASE_URL_DEVand alsoAPI_KEYas obtained from weatherstack. If you dont know how to configure these environmental variables, kindly checkout sequelize.org on how to do that. - run
npx sequelize db:migrateto run all migrations. - On successful coiguration, start the app by running
npm startCheck DOCUMENTATIONS.MD on how to test the appplication
Also runnpm run testto run eslint test