Author: Yavuz Bektas
Firma Bul is a modular and lightweight application built with Vue.js
.
- license - MIT
In the documentation you will learn how to install it, how to use the interface and how to link with backend
email: [email protected]
Name | Description |
---|---|
Vue.JS |
The Progressive JavaScript Framework. |
Express.JS |
Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. |
Tailwind |
Tailwind CSS is a design system implementation in pure CSS. |
Axios |
Promise based HTTP client for the browser and node.js |
JS Cookie |
A simple, lightweight JavaScript API for handling cookies |
Vue-Router |
Vue Router is the official router for Vue.js |
Vuex |
Vuex is a state management pattern + library for Vue.js applications |
JWT |
JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. |
Lodash |
Lodash · A modern JavaScript utility library delivering modularity, performance & extras. |
Name | Description |
---|---|
MongoDB |
With a document data model that maps to how developers think and code and a powerful,. |
PostgreSQL |
PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development. |
Bcrypt |
A library to help you hash passwords.. |
npm install
oryarn install
- Please don't use jQuery or jQuery based plugins since there are many pure Vue alternatives
Name | Description |
---|---|
/signup |
Arguments
|
/me |
Arguments
|
/userfind |
Arguments
|
/signin |
Arguments
|
/getallusers |
Arguments
|
/updateuser |
Arguments
|
Name | Description |
---|---|
/findfactoriesbyid |
Arguments
|
/addfactory |
Arguments
|
/getallfactory |
Arguments
|
/findfactoriesbywithid |
Arguments
|
/updatefactory |
Arguments
|
/deletebyfactoryid |
Arguments
|
/addfactoryattr |
Arguments
|
/findfactoriesbyname |
Arguments
|
/findfactoriesbyname |
Arguments
|
/updateByName |
Arguments
|
For easier scripting, you can specify configuration settings by using environment variables.
Example
PORT = 3000;
MONGO_SERVER = mongodb://localhost:27017/admin
// Your MongoDB database credentials should now be stored in a more secure location via the .env file.
- Login - Login panel
- Register - Register panel
- Account Settings - Account Settings Panel
- Dashboard - is a powerful knowledge base for your project with user. friendly navigation and search features.
- Error - “404” page template
- User List - Follow with admin Panel and activate user
- Factories - Find all factories and edit or add new one
- Factories Details - Find all factories details and edit or add new one
- Sign out - router guard
- Add Data - follow the wizard
Star my GitHub repo ⭐ to continue improving