/hippo

A blog application built through nestjs&mongoose.

Primary LanguageTypeScriptISC LicenseISC

Requiring MongoDB installed.

npm i
cp .env.development .env
npm run start:dev

If user and password of MongoDB has been set,these should be edited in the .env file.