This is just one-half of the total project! The frontend can be found here.
- Clone this repository (or a fork of it)
- From the terminal, run "npm install" in the MFT-Client folder
- Run "npm run dev" in the MFT-Client folder
- Install the frontend and run it (instructions found in the link above)
Contact Pranav Kadekodi at [email protected] if you have any questions.
Run the server in development mode.
Run all unit-tests with hot-reloading.
Run a single unit-test.
Run all unit-tests without hot-reloading.
Check for linting errors.
Build the project for production.
Run the production build (Must be built first).
Run production build with a different env file.
- If
npm run dev
gives you issues with bcrypt on MacOS you may need to run:npm rebuild bcrypt --build-from-source
.