Giter Site home page Giter Site logo

manasoft-symfony-auth-app's Introduction

MANASOFT-SYMFONY-AUTH-APP

๐Ÿ” A basic app for user authentication built with Symfony 4.4

Requirements

Installation

Clone this repository onto your local machine

git clone https://github.com/iamwebwiz/Manasoft-Symfony-Auth-App.git

Change current working directory to the newly cloned project

cd Manasoft-Symfony-Auth-App

Create an empty database for the project.

Copy the content of .env.example to a .env file or rename it then fill in the database credentials in the .env file

cp .env.example .env
DATABASE_URL=mysql://db_user:[email protected]:3306/db_name?serverVersion=5.7

Change db_user to your database user, db_password to your database password, and db_name to the name of the empty database you just created.

Install composer dependencies

composer install

Create the database schema

bin/console doctrine:schema:create

Generate predefined user fixture for login ๐Ÿ”‘

bin/console doctrine:fixtures:load

This command will populate the user table in the database with a user record. The password for this user is password. The password was hashed using bcrypt algorithm.

Start the server!

bin/console server:start

The server status can be checked with bin/console server:status and can be stopped with bin/console server:stop.

Navigate to the address displayed when your server start and you should have the app screen sitting there.

manasoft-symfony-auth-app's People

Contributors

iamwebwiz avatar

Watchers

James Cloos avatar  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.