Skip to content

NataliaSuarez/UsersAdmin

Repository files navigation

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).

About

Short project with login and CRUD of users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published