Install all packages with
$ yarn install
Or
$ npm install
Now, we have to create the database in MongoDb (install Mongo on your machine).
Open Mongo's shell with
$ mongo
First, start your mongo database. Find your where is installed MongoDB on your device and run mongod.exe.
Example on Windows:
cd C:\Program Files\MongoDB\Server\3.6\bin
$ mongod
Then launch the project with
$ yarn start
then go to http://localhost:3001