A Full Stack Weather Application for Mars, at Elysium
This is a Next.js project bootstrapped with create-next-app
.
- Run npm install
- Create a .env file and enter your NASA API Key like so: NASA_API_KEY=insert_api_key_here
npm run dev - to start the development server
npm run build - to build npm run start - to start the server you just built
See the references.txt file. There are a lot of them, but I tried to get them down
I followed a next.js tutorial (the "Basics" course), then used 'create-next-app' to create a basic next.js app skeleton and modified it from there