Coder Social home page Coder Social logo

sowa's Introduction

My first CRUD, multi-language application using Laravel

About the project

Sowa is a digital agency in Tashkent, which offers various services on digital projects in any field.

Important functionalities of this application:

  • Multi-language (Russian, English, Uzbek)
  • Website is dynamic and can be modified by Admin
  • Admin can create, update, delete and restore (some contents) interacting with user-friendly UI (dashboard)
  • User can leave their contacts and messages

Database design of the application:

How to locally host the project?

Why it is not hosted anywhere?

As the application is dynamic (fully customizable), anyone can add anything that may include numerous inappropriate things.

Technology requirements

{
    "php": "^8.0",
    "mysql": "^5.7",
    "composer": "^2.0"
}

If you are using Windows, you can install only XAMPP, Composer and you are good to go.

First of all, clone this repository

git clone https://github.com/mirodil1999/sowa.git

cd sowa

Install all the dependencies

composer install

Create new database and configure the application. You can create database from phpMyAdmin or from terminal/cmd

mysql -u db_user -p

CREATE DATABASE sowa;

Where db_user is your actual database user (most cases it is root) and type your password (if any)

Now search .env.example file from the directory you cloned the application. If cannot find it, you can download and paste it to the directory (where the README located)

Rename this .env.example file to .env and edit following contents:

DB_DATABASE=sowa
DB_USERNAME=your database username
DB_PASSWORD=your database password

Now you finished all the configuration, and you can fill the tables with some testing data by

php artisan migrate:fresh --seed

Now you may start Laravel's local development server

php artisan serve

http://127.0.0.1:8000/dashboard is the URL for the dashboard. Here is the admin credentials:

For those who read so far, I really want to share these two articles:

sowa's People

Contributors

mirodilkamilov avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.