RESTful API in development for the Barullo platform. Designed to manage users, artists, roles, and events.
Currently under development. The events module is not ready for use yet.
- Node.js
- Express.js
- MongoDB + Mongoose
- JSON Web Tokens (JWT) for authentication
- Yarn as package manager
-
Clone the repository: git clone https://github.com/cabreraluc/barullo-api.git cd barullo-api
-
Install dependencies: yarn
-
Create a .env file and add the environment variables: PORT=3000 MONGO_DB_URL= JWT_SECRET= MP_ACCESS_TOKEN=
-
Run the server in development mode: yarn dev
(Coming soon)