Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 598 Bytes

File metadata and controls

18 lines (13 loc) · 598 Bytes

WebSpace Developer Profile Backend

Description

A server desiged to authenticate users from the Plutio API, integrated with the WebSpace Client area.

What you need to run this code

  1. Node (14.15.4)
  2. NPM (7.20.3)

How to run this code

  1. Clone this repository to your local machine.
  2. Fill in the server URL (You must have cloned the music theory backend)
  3. Run cp .env.example .env and fill in the appropiate server url
  4. Run npm install to install the dependencies
  5. Run npm start to run the application in development
  6. Run npm run build to build the application