Skip to content

artscilab/ablb-backend

Repository files navigation

ABLB - The Backend

This is an express.js server serving a RESTful API.

You'll need node.js and yarn installed to get started developing.

Run yarn in the project folder to install dependencies.

Copy .env.example into a file called .env and fill out the variables to configure the server.

yarn dev

This will start a nodemon server that will watch the project directory for changes and reload your server automatically.

yarn start

This starts the server, with no watch-and-reload functionality.

Depends on:

  • MySQL
  • Client build deployed to client/build folder

See also

This is just the backend for ABLB. See the front-end here: artscilab/ablb-app

Releases

No releases published

Packages

No packages published