Skip to content

sbeving/acs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 24, 2024
05352db · Jul 24, 2024

History

30 Commits
Jul 24, 2024
Jul 24, 2024
Jul 7, 2024
Jul 2, 2024
Jul 10, 2024

Repository files navigation

ACS QMS APP

Cloning and Running the Application in local

Clone the project into local

Install all the npm packages. Go into the project folder(client & server) and type the following command to install all npm packages

npm install

In order to run the application Type the following command

cd client && npm run start

The Application Runs on localhost:3000

In order to run server :

cd server && npm run dev

To seed database :

cd server && node seed.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published