Skip to content

A simple users/teams dashboard using the MERN stack. Full CRUD operations with auth.

Notifications You must be signed in to change notification settings

huffmanks/strata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation


example screenshot

MERN CRUD

A simple users/teams dashboard using the MERN stack. Full CRUD operations with auth.


Built With


Getting Started

To get a local copy up and running follow these simple example steps.

  1. Clone the repo

    git clone https://github.com/huffmanks/strata.git
  2. Client

    1. Install packages

      cd client
      yarn
    2. Update environment variables

      cp example.env .env.development.local
    3. Run

      yarn start
  3. Server

    1. Install packages

      cd server
      yarn
    2. Update environment variables

      cp example.config.env config.env
    3. Run

      yarn dev

About

A simple users/teams dashboard using the MERN stack. Full CRUD operations with auth.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages