Web application for computer services
Demo
·
Report Bug
·
Request Feature
Table of Contents
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.
- npm
npm install npm@latest -g
- Create new project at Firebase
- Clone the repo
git clone https://github.com/Swistu/MojEnter.git
- Install NPM packages
npm install
- Edit
index.jsfile 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"
};Demo is avaible at serwis.szymonswist.pl
Admin account:
Email: admin@admin.pl
Password: admin123
Distributed under the GPL-3.0 License. See LICENSE.md for more information.
Szymon Świst - szymonswist97@gmail.com
Project Link: github.com/Swistu/MojEnter
