This is an ExpressJS API built specifically for CryptoPal. The front end application is being built in React and can be found here: https://github.com/nbeers22/cryptopal-client
Start the application npm start
Start nodemon for the application npm run dev
Run the tests npm test
Run migrations npm run migrate