Basic weather-app with additional geo map support by ESRI API. Additional information are included by OpenWeather and Google Maps Platform
This project uses Next.js as simple and performant backend with Prisma as ORM.
React is being used as Frontend framework with Tailwind css for creating fast and clean user interfaces.
For automated tests Cypress is used as end-to-end test framework.
Just use npm install
and you are ready to go :)
Edit *_API_KEY
- Files in .env
or create a .env.local
and assure that is set to your .gitignore
.
Open http://localhost:3000 with your browser to see your current page.
Run npx cypress open
and choose basic-test.spec.js
.
See your test running in a real browser :)
Run npm run build
to start the NextJS Build Process. The build is stored regularly in weather-app/.next
Artur Marks