Find API documentation here link coming soon
- Clone repo here
https://github.com/danielcoker/medium-api-clone.git
- To install packages. Run
npm install
- Create .env file in the root dir. Copy .env.example for environment boiler plate
- To start the app, run
npm run dev
- Run tests
npm run test {testname}
- Running all test causes error. Tests have to be ran individually to avoid errors.
Feel free to contribute. Known errors is a good place to start.