Skip to content

VikingDDM/ReportSiteWithMernStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Node.js + TypeScript + MongoDB: Report and Payment management

1. About Project

  • Front-end: React, RTK Query, Material UI, React Hook Form and Zod
  • Back-end: Node.js, Redis, MongoDB, Typegoose

2. Project Setup

  • Download and Install Node.js
  • Download and Install MongoDB Compass
  • Initialize back-end with TypeScript
  • Install the Required Libraries
  • Initialize and Start the Express Server
  • Setting up Redis and MongoDB
  • Connecting to the MongoDB Docker Container with Mongoose
  • Connecting to Redis Docker Container

3. Running Project

  • Front-end

    In the project directory, you can run:

    npm start

    Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

    The page will reload if you make edits. You will also see any lint errors in the console.

    npm test

    Launches the test runner in the interactive watch mode.

    npm run build

    Builds the app for production to the build folder.

  • Back-end

    In the project directory, you can run:

    npm start

  • Whole Project

    In the project directory, you can run:

    install.bat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages