Skip to content

Backend code for the attendance tracking system, used NodeJS, express and MongoDB

License

Notifications You must be signed in to change notification settings

ash-dodek/attendance-tracking-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attendance Tracking(Backend)

A web-based attendance tracking system for students in schools and colleges. It helps students manage and monitor attendance without any issues.

  • This repository contains the backend code for the project, the frontend code can be found here

Tech stack used:

  • Backend: NodeJS, Express, MongoDB Atlas
  • Frontend: ReactJS, React-Router, React-Calendar

Environment Variables

Create a .env file in the directory, your .env should look something like this

DB_URL = connection_string
DB_CONNECTION_PASSWORD = db_password
DATABASE_NAME = db_name
BASE = sampleBase

JWT_SECRET_AC = 'some_secret'
JWT_SECRET_RF = 'another_secret'

HOSTNAME = '127.0.0.1'

ORIGIN = http://localhost:5173,https://ash-attendance-tracking.vercel.app

You can contribute to this project by forking this repository and creating a pull request, any contribution is welcomed!

This repository is of backend, if you would like to contribute to the frontend, Checkout Frontend Code

About

Backend code for the attendance tracking system, used NodeJS, express and MongoDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published