Skip to content

The API of Cocreate, a web application that connects digital players for digital projects

License

Notifications You must be signed in to change notification settings

mdp-cocreate/cocreate-api

Repository files navigation

Cocreate API

The API of Cocreate, a web application that connects digital players for digital projects.

Installation

git clone https://github.com/mdp-cocreate/cocreate-api.git
cd cocreate-api

This project requires Node (18.16.0). Install the dependencies, by running:

npm i

Set 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:init

You can now bootstrap the API, by running:

npm run start:dev

The app is now running!

Usage

I recommend using Postman to test the API in development.

About

The API of Cocreate, a web application that connects digital players for digital projects

Topics

Resources

License

Stars

Watchers

Forks