gilly7 / go-restaurant-full-stack

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 48.5%Language:Go 37.1%Language:HTML 8.9%Language:CSS 4.8%Language:Shell 0.6%