Skip to content

fernandofreije/metric-crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Metric CRUD App Monorepo

This is a the monorepo containing the Metric CRUD app challenge

Tech Stack

Client: React, NextJS

Server: Node, Express, Docker, Prisma

Projects

For more information check each project Readme file

Backend deployment and loading is quite slow and gets to sleep every few minutes (it's free so that's what we get) Please be patient on first load!

How to run

There are instructions for running each proyect separately in each readme (which is my prefered way to keep separate terminals), but for convinience you can run everything together with the docker-compose in the root of the repo (if you have docker)

Prepare the database

docker-compose build && docker-compose run --rm api npx prisma migrate dev

Run the containers

docker-compose up

About

Example crud app monorepo with REST API and a SPA Frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published