Arctos6135 / scouting-web-app

Web app for scouting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web based scouting app

Basically just google forms, but you can assign forms out to different scouts. Very unfinished

Setup

Git clone this repository, then run npm install. Ensure you have mongodb installed, then run npm run dev to start the dev server. You may need to initiate a replica set on your mongodb instance. Do this by running the dev server, and in a different terminal run mongosh. In the mongo shell instance run rs.initiate().

Development

When you are developing the application and make a change you will need to use shift+ctrl+r to clear the browsers cache and reload the page.

About

Web app for scouting


Languages

Language:TypeScript 97.1%Language:JavaScript 1.7%Language:CSS 0.5%Language:HTML 0.4%Language:Dockerfile 0.1%Language:Shell 0.1%