SignUp is an open source (MIT License), web based sign up software.
TorqueTask was developed by Davey Adams and Elijah Stewart in 2023.
For all questions, comments, or concerns, reach out to Davey Adams <[email protected]>.
SignUp is written in TypeScript. The frontend uses ReactJS and the backend uses Express. Firestore is used as the database.
The server code is at root level in ./src
.
To compile and run the server, use npm run full
.
To run the already compiled server, use npm run serve
.
If you want to build the server and not run it, use npm run build
.
The client code is in the ./client
directory at ./client/src
.
To run the development version of the frontent, use npm run start
.
To build the production frontend, use npm run build
.