A fast API driven backend for Anomia.
- Clone the repository
- cd into the directory where you cloned the repo
- Run
npm install
to install all the dependencies - Run
npm run dev
for 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.