Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.05 KB

File metadata and controls

58 lines (45 loc) · 1.05 KB

Gnomad

What is it?

Gnomad is a travel companion application. Its goal is to allows users to create custom routes passing through specific points of interest.

Team Developers

Team Assistant

Features

  • Mobile Hotspot Locator
  • Built-in pins
  • User added pins called stickers
  • More to come!

Setup and Deploy

Setup

Prerequisites

  • Node.js
  • npm
  • .NET 6

Run for Testing

To start for testing run:

cd frontend_react
npm install
npm start

Build

To setup a production build run:

cd frontend_react
npm install
npm build

Deploy

Frontend

The code build from the previous step will be in frontend-react/build this code can be directly sent to a web host as a production deployment.

Backend

Coming soon!