The project assists for various mp operations and purposes.
-
Clone this repository
$ git clone https://github.com/MauricioSilv/project_mp.git
-
I am using postgresql relational database in this project, more details
.env.example
-
Enter folder
cd /backend
and install dependencies runyarn
. -
Run migrations to your database run
yarn migrate
in the backend. -
Run backend server run
yarn dev
.