hussu010 / MoMA-Ko-Ghar

View personalized artworks from The Museum of Modern Arts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development Guide

Dependencies

Install Git Large File Storage. https://git-lfs.com/

Install Docker.

Install Nodejs.

Project Setup

Clone the repo.

Build and run the project using docker compose up.

Seed Data

  • Navigate to /backend directory

  • install dependencies npm i

  • Copy contents of .env.template to .env file.

  • Run the migrations npm run migrate up

  • Seed the data npm run seed

Run the project

Navigate to http://127.0.0.1:3000/ to access webserver and http://127.0.0.1:4200/ to access API server.

About

View personalized artworks from The Museum of Modern Arts


Languages

Language:TypeScript 70.6%Language:JavaScript 16.0%Language:Dockerfile 10.8%Language:CSS 2.7%