A fast API driven backend for Anomia.
- Clone the repository
- cd into the directory where you cloned the repo
- Run
npm installto install all the dependencies - Run
npm run devfor the development server
Factories generate data necessary for the application to run.
Use the different factory commands found on the package.json file like npm run factory:users to generate data.