Skip to content

tomvisions/mamboleofc-api

Repository files navigation

MamboleoFC API

In this repository is the code for the MambleoFC APi. It serves as the backend REST API code for the MamboleoFC Website.

In order to set this up to work on it, there are a few steps that need to be done.

  1. Cloning the repository
    git clone https://github.com/tomvisions/mamboleofc-api.git && cd mamboleofc-api
  1. Create an .env file and place the following variables
TOKEN_SECRET=<TOKEN_SECRET> - for authentication
LOCAL=true
DATABASE=simpleplay
USERNAME=<username for your database> 
PASSWORD=<passowrd for the database>
  1. Import the SQL dump file from the repo and import it into the simpleplay database (coming soon!)
  2. npm ci
  3. npm run start

And enjoy running the API locally

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published