Skip to content

leandrorsant/flag-guessing-app-php-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flag guessing app php server

PHP REST API for Flag Guessing App React, which fetches data from a MongoDB atlas database to allow creation of user accounts and highscores.

Requirements

You need a working PHP server with MongoDB libs. More information can be found at MongoDB Docs.

Get started

Clone this repository

git clone https://github.com/leandrorsant/flag-guessing-app-react

Create a env.php file at the project's root directory with the following contents:

<?php

const MONGODB_URL = <Your MongoDB Connection URL>;

Replace the text between brackets with your MongoDB URL.

About

Flag Guessing App server in PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages