Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 838 Bytes

README.md

File metadata and controls

52 lines (37 loc) · 838 Bytes

A complete fullstack project with a backend in go and a front end in Next Js

Inspired by roadmap.sh

How to run

Clone the github repo

git clone https://github.com/GRACENOBLE/weather-redis-api.git

Download and install redis on your machine

https://redis.io/docs/latest/get-started/

Navigate to the project folder

cd weather-redis-api

Run the server

go run cmd/app/main.go

Navigate to the parent folder

cd ..

Clone the front-end repo:

git clone https://github.com/GRACENOBLE/weather-redis-frontend.git

Navigate to it

cd weather-redis-frontend

Run the development server

pnpm dev

Enjoy!