Skip to content

Swistu/MojEnter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


MojEnter

Web application for computer services
Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Demo
  4. License
  5. Contact

About The Project


A project created for any service centre accepting equipment for repair.

This web application contains a registration/log-in system that is integrated with firebase. It includes the possibility of logging in with a Google account. With this app you can create new orders, edit the status of orders, open private live text chats with customers. The app also has a notification system.

Built With

(back to top)

Getting Started

Prerequisites

  • npm
    npm install npm@latest -g
  • Create new project at Firebase

Installation

  1. Clone the repo
    git clone https://github.com/Swistu/MojEnter.git
  2. Install NPM packages
    npm install
  3. Edit index.js file with firebase settings
const firebaseConfig = {
  apiKey: "API_KEY",
  authDomain: "example-project.firebaseapp.com",
  databaseURL: "https://example-project.firebaseio.com",
  projectId: "example-project",
  appId: "APP_ID"
};

(back to top)

Demo

Demo is avaible at serwis.szymonswist.pl


Admin account:
Email: admin@admin.pl
Password: admin123

(back to top)

License

Distributed under the GPL-3.0 License. See LICENSE.md for more information.

(back to top)

Contact

Szymon Świst - szymonswist97@gmail.com

Project Link: github.com/Swistu/MojEnter

(back to top)

About

Web application for computer services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors