The API of Cocreate, a web application that connects digital players for digital projects.
git clone https://github.com/mdp-cocreate/cocreate-api.git
cd cocreate-apiThis project requires Node (18.16.0). Install the dependencies, by running:
npm iSet up your environment variables in a .env file at the root of the project. You can follow the .env.example file.
Initialize your local MySQL database, by running:
npm run db:initYou can now bootstrap the API, by running:
npm run start:devThe app is now running!
I recommend using Postman to test the API in development.