Skip to the content.

attendance-database

attendance-database is an attendance management system project written in NodeJS, with Express, EJS and MongoDB.

Key Features

Technologies Used

Screenshots

Login Screen

Login Screen

Index Page

Index Page

Cloning

# clone it
git clone https://github.com/lakshaya-wq/attendance-database.git

cd attendance-database

# install modules
yarn # or `npm i` / `npm install`

# copy sample config
cp .env.example .env

# dev start
yarn dev # or npm run dev

# production start
yarn start # or npm start

# **running on http://localhost:3000**

Running on Docker

docker build -t attendance-database .
docker run -td -p 3000:3000 attendance-database:latest

# **running on http://localhost:3000**

Upcoming

Contributing

This project is open for any contributions, improvements, or suggestions. Any issues are welcome too.

Pull requests

Pull Requests are welcome. To contribute, open an issue first, to discuss what you would like to change.

License

MIT