Skip to content

UtopicUnicorn/CloneService-backend-prototype

Repository files navigation

CloneService backend prototype

Made

  1. modules needed for mobile app;
  2. the ability to save images;
  3. DB connection;

Needs to improved

  1. add guards for authentication/authorization
  2. add paginator
  3. add more product types

Run

  1. install node.js
brew install node; for macos or sudo apt install nodejs for ubuntu 20
  1. clone the repository
git@github.com:UtopicUnicorn/Diploma-backend-prototype.git
  1. go to the project directory
  2. install dependencies
npm install 
  1. create PostgreSQL database and change mikroorm-config.ts
  2. create migration
npx mikro-orm migration:create -i
  1. run migration
npx mikro-orm migration:up
  1. run project
nest start

About

Backend prototype for CloneService-expo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published