Skip to content

Latest commit

 

History

History
executable file
·
58 lines (43 loc) · 674 Bytes

README.md

File metadata and controls

executable file
·
58 lines (43 loc) · 674 Bytes

Mission

Repository of an example using React, NodeJS, MongoDB and so on. It is based on courses that have the following structure:

title:       string
subtitle:    string
startedAt:   datetime
description: string
isActive:    bool
createdAt:   datetime
updatedAt:   datetime

Install

yarn

Server

Stack

  • Webpack
  • Koa
  • Mongoose
  • Jest
  • Supertest
yarn server:start

Access localhost:4040.

Seed data into database

yarn seed

Web

Buiding a table to praticing Material UI.

Stack

  • React/Hooks
  • Typescript
  • React Router
  • Material UI

Run

yarn web:start

In your browser access localhost:3030