Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.46 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.46 KB

UsersAdmin

Short project with login and CRUD of users

Requirements

Install

Run docker containers (Optionally)

You can run docker-compose up to up database with phpmyadmin in localhost:8080. Don't forget change host, port and database credencials accord with your environment.

Install dependencies:

This project works with Composer to manage libraries. To install these dependencies see docs.

Run server

To start server in localhost run php -S localhost:8000 or php -S 0.0.0.0:8000 (with this option you can access from other devices in the same local internal).