Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 368 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 368 Bytes

Gabo-api

Requirements

node js

npm

A working mongoDB

Set up the project

Clone the Repo

git clone https://github.com/AlexandreBrayer/Gabo-api.git

Then install all the node modules

npm i

Dev mode

npm run dev

Build the project

npm run build