Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sepas-org/queue-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Queue App

This application is an application to manage queues

Documentation

Features

  • Admin Dashboard
  • Queue Display
  • Queue app

Getting Started

1. Prequerities:

  • MongoDB
  • NodeJS
  • NPM

2. Initial Setup

  • Clone the project from our repository
  • Install the dependencies on the front-end and back-end folders by following command bellow:
    cd backend
    npm install
    
    cd frontend
    npm install
    
  • Make MongoDB Database
  • Fill in the env variable of the .env.example file (PORT, MONGO_URL, and SECRET for session) and rename the file to .env
  • Start the backend server by following the command:
    cd backend
    npm start
    
  • Start the front-end by following command:
    cd frontend
    npm run dev
    
    The application can be accessed on http:/localhost:PORT (according to the port specified by you)

Dependencies & Technologies

Front-end

  • Node.js
  • ReactJs
  • Tailwind
  • Vite

Back-end

  • MongoDB
  • ExpressJs
  • Node.js
  • Mongoose
  • Bcrypt

Database Model

Our Profile

Name GitHub Profile Linkedin Profile
Muhamad Fadlie Putra Pratama
Muhamad Zulfan Taqiyudin Baehaki
Yahya Pratama

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •