Skip to content

trashtracer/TrashAPI

Repository files navigation

TrashAPI

This is the code for the TrashTracer's backend stuff (Amazing api)

Prerequisites

NPM

Pretty straightforward, you will need to have NPM installed and updated to the latest version and run the following command to install node dependencies

/TrashAPI $ npm i

MYSQL

You will need to set up your own mysql user and database, populate .env.example with your data and then import base.sql with the following command:

sudo mysql -u [username] -p [database_name] < base.sql

How do I run the api server?

Follow the first command below for initial setup and second command to run the server in dev mode

/TrashAPI $ npm run dev

Who is behind this?

  • SysWhite | Frontend/Backend developer ( did most of the work in this repo )
  • Resonance | Frontend/Backend developer ( minor changes + wrote documentation for this repo )

About

The code behind the TrashTracerAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published