Skip to content

obicerj/maingate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maingate

Starter template for your API server consist of Node.js Express.js MySQL and PhpMyAdmin.

The main goal of this project is to help beginners who are learning frontend have their own basic backend API.


Current features

  • Register
  • Login
  • User
  • User roles
  • Protected routes

Build Node, PhpMyAdmin and MySQL containers

docker-compose up

Or, run all services in the background


docker-compose up -d

Shut down

docker-compose down

Stop and remove all containers, networks, and images

docker-compose down --rmi all

Releases

No releases published

Packages

No packages published