rickithadi / jaxxDashboard

MERN stack take home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Create React App

This project was bootstrapped with Create React App.

Instructions to run locally

server

  1. cd server
  2. npm i
  3. npm run populateDB
  4. npm start

client

  1. npm i
  2. npm start

Login with either user created by the script

const users = [ { email: "bob@somewhere.com", password: "longPass", }, { email: "bill@somewhere.com", password: "longerPass", }, ];

About

MERN stack take home


Languages

Language:TypeScript 66.7%Language:CSS 29.9%Language:HTML 2.9%Language:JavaScript 0.4%Language:Shell 0.0%