Mark Me Here! is an easy-to-setup and easy-to-use Attendance app for Teachers.
- We feature a powerful dashboard to effortless manage courses and attendance.
- We allow teachers to display QR codes for their lectures, and capture geolocation data if they wish.
- We integrate with Canvas so you can easily sync all of our data.
View our demo here
If you want to run the app locally follow these steps.
-
Clone the Repository: Clone this repository to your local machine using the following command:
git clone https://github.com/MarkMeHereApp/MarkMeHere.git
-
Install Dependencies: Navigate to the project directory and install the necessary dependencies:
cd MarkMeHere npm install -
Configure: Copy
.env.exampleto.envin the project root and fill out the required values. -
Run the Application: Start the application by running:
npm run dev
-
Access the Web Interface: Open your web browser and go to
http://localhost:3000to access Mark Me Here! -
Build the app: Once you are satisified with any changes, make sure to build the app and run it:
npm run build
Then once the app is built run
npm run start
This project is licensed under the MIT License.
Contributors