Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 989 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 989 Bytes

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