Skip to content

avsek477/mern-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

Core features include:

  • User Manage and Login flow
  • Role Manage
  • Module Manage with Access level Definition
  • Access Management associated with roles
  • Email Template and settings
  • Media Manage and server side processing
  • Error handling and log Management
  • Authentication and Authorization
  • Content Management
  • State Management using redux
  • Development ready setup
  • Production ready setup

Since anything in this codebase can be extended, overwritten, or installed as a package, you may also develop, scale, and customize anything.

Installation

  • git clone <this_url> && cd <repo_name>
  • install npm on client and server
    • cd client
    • npm install
    • cd ../server
    • npm install
  • Configure Server
    • Rename config.bak folder to config
    • Update keys.js and email.js files as preferred
  • Running the application in development mode
    • Development Mode (Client only): cd client then npm run start then open http://localhost:5051 in a browser
    • Development Mode (Server only): cd server then npm run start then open http://localhost:5050 in a browser
  • Default Credentials : Email : avsek.stha07@gmail.com , Password : Test@1234

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages