Skip to content

Audit Firm Management System made using MERN Stack and hosted on heroku.

Notifications You must be signed in to change notification settings

bipin0x01/AuditManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

Live Demo: https://auditmanagementthapa.herokuapp.com/login

Test Credentials

email: test@example.com

password: 123456

Frontend Routes

Front Landing Page doesnot exist but can be accessed from https://localhost:{PORT}

https://localhost:{PORT}/login

Login Page

https://localhost:{PORT}/admin/dashboard

Dashboard Page

Backend

API Routes Documentation

https://documenter.getpostman.com/view/14057887/UVXqDXyr

How to host the project in localhost?

Create an .env file in the main folder and add following parameters:

MONGO_URI=
PORT=
JWT_SECRET=

In the project directory, you can run:

npm run dev

Runs both the client app and the server app in development mode.
Open http://localhost:{PORT} to view the client in the browser.

npm run client

Runs just the client app in development mode.
Open http://localhost:{PORT} to view the client in the browser.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

If deploying to heroku this does not need to be run since it is handled by the heroku-postbuild script

About

Audit Firm Management System made using MERN Stack and hosted on heroku.

Topics

Resources

Stars

Watchers

Forks

Languages