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.
This will start a nodemon server that will watch the project directory for changes and reload your server automatically.
This starts the server, with no watch-and-reload functionality.
Depends on:
- MySQL
- Client build deployed to
client/build
folder
This is just the backend for ABLB. See the front-end here: artscilab/ablb-app