/go-restaurant-full-stack

A full stack application to manage restaurant orders using Go, ReactJS and MongoDB.

Primary LanguageJavaScript

go-restaurant

go-restaurant-full-stack

How to get started with the backend

First navigate to the server directory and enter the following commands:

$ go mod tidy

$ go build main.go

$ go run main.go

Frontend

First navigate to the frontend local directory and enter the following commands:

$ npm i

$ npm start

This project was inspired by: Nick Latham on medium